Delen via


EnableDisableTriggerStatement.TriggerNames Property

Gets a list of the names of triggers to be modified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
    Get
'Usage
Dim instance As EnableDisableTriggerStatement 
Dim value As IList(Of SchemaObjectName)

value = instance.TriggerNames
public IList<SchemaObjectName> TriggerNames { get; }
public:
property IList<SchemaObjectName^>^ TriggerNames {
    IList<SchemaObjectName^>^ get ();
}
member TriggerNames : IList<SchemaObjectName>
function get TriggerNames () : IList<SchemaObjectName>

Property Value

Type: System.Collections.Generic.IList<SchemaObjectName>
A list of the names of triggers to be modified.

See Also

Reference

EnableDisableTriggerStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace