Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.