Свойство EnableDisableTriggerStatement.TriggerNames

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
    Get
'Применение
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>

Значение свойства

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

См. также

Справочник

EnableDisableTriggerStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom