Condividi tramite


Proprietà EnableDisableTriggerStatement.TriggerNames

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

EnableDisableTriggerStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom