VistaDB 6
VistaDB Namespace / VistaDBClrProcedureAttribute Class / VistaDBClrProcedureAttribute Constructor


In This Topic
    VistaDBClrProcedureAttribute Constructor
    In This Topic
    An attribute on a method definition in an assembly, used to indicate that the given method should be registered as a CLR Proc in database
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New VistaDBClrProcedureAttribute()
    public VistaDBClrProcedureAttribute()
    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