VistaDB 6
VistaDB.Compatibility.SqlServer Namespace / SqlTriggerAttribute Class
Members


In This Topic
    SqlTriggerAttribute Class
    In This Topic
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public NotInheritable Class SqlTriggerAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As SqlTriggerAttribute
    [System.AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public sealed class SqlTriggerAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          VistaDB.Compatibility.SqlServer.SqlTriggerAttribute

    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