Compartir a través de


EnableDisableTriggerStatement.TriggerNames Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

EnableDisableTriggerStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom