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.