VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / GetClrTriggers Method / GetClrTriggers(String) Method
The table name to filter the search.


In This Topic
    GetClrTriggers(String) Method
    In This Topic
    Get Collection of CLR Triggers for a specific table.
    Syntax
    'Declaration
     
    
    Overloads Function GetClrTriggers( _
       ByVal tableName As System.String _
    ) As IVistaDBClrTriggerCollection
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim tableName As System.String
    Dim value As IVistaDBClrTriggerCollection
     
    value = instance.GetClrTriggers(tableName)
    IVistaDBClrTriggerCollection GetClrTriggers( 
       System.string tableName
    )

    Parameters

    tableName
    The table name to filter the search.

    Return Value

    Collection of CLR Triggers
    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