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.