Propriedade do RDL EnableDisableTriggerStatement.TriggerNames
Gets a list of the names of triggers to be modified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic.IList<SchemaObjectName>
A list of the names of triggers to be modified.