共用方式為


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 命名空間