ISqlColumnSource.Triggers Property
Gets the list of the Data Manipulation Language (DML) triggers that involve this source.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Triggers As IList(Of ISqlDmlTrigger)
IList<ISqlDmlTrigger> Triggers { get; }
property IList<ISqlDmlTrigger^>^ Triggers {
IList<ISqlDmlTrigger^>^ get ();
}
abstract Triggers : IList<ISqlDmlTrigger>
function get Triggers () : IList<ISqlDmlTrigger>
Property Value
Type: System.Collections.Generic.IList<ISqlDmlTrigger>
.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.