VistaDB 6
VistaDB Namespace / VistaDBClrProcedureAttribute Class / Kind Property


In This Topic
    Kind Property
    In This Topic
    The sort of result created by CLR Proc.
    Syntax
    'Declaration
     
    
    Public Property Kind As VistaDBClrProcedureKind
    'Usage
     
    
    Dim instance As VistaDBClrProcedureAttribute
    Dim value As VistaDBClrProcedureKind
     
    instance.Kind = value
     
    value = instance.Kind
    public VistaDBClrProcedureKind Kind {get; set;}
    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