VistaDB 6
VistaDB Namespace / VistaDBClrProcedureAttribute Class
Members


In This Topic
    VistaDBClrProcedureAttribute Class
    In This Topic
    Used to mark a method definition in an assembly as a CLR Proc. The properties on the attribute reflect the physical characteristics used when the type is registered with VistaDB. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Method, 
       AllowMultiple=False, 
       Inherited=False)>
    Public NotInheritable Class VistaDBClrProcedureAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As VistaDBClrProcedureAttribute
    [System.AttributeUsage(AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=false)]
    public sealed class VistaDBClrProcedureAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          VistaDB.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