VistaDB 6
VistaDB Namespace / VistaDBClrProcedureKind Enumeration


In This Topic
    VistaDBClrProcedureKind Enumeration
    In This Topic
    The sort of result created by CLR Proc. This value is recognized by SQL parser to treat the method respectively
    Syntax
    'Declaration
     
    
    Public Enum VistaDBClrProcedureKind 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VistaDBClrProcedureKind
    public enum VistaDBClrProcedureKind : System.Enum 
    Members
    MemberDescription
    AggregateThe Clr Procedure should be recognized as aggregate function by SQL parser
    DefaultThe Clr Procedure executes standard calculation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             VistaDB.VistaDBClrProcedureKind

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also