EnableDisableTriggerStatement.TriggerNames Property
Gets a list of the names of triggers to be modified.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
public IList<SchemaObjectName> TriggerNames { get; }
public:
property IList<SchemaObjectName^>^ TriggerNames {
IList<SchemaObjectName^>^ get ();
}
member TriggerNames : IList<SchemaObjectName>
function get TriggerNames () : IList<SchemaObjectName>
Property Value
Type: System.Collections.Generic.IList<SchemaObjectName>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.