Свойство InsteadOf
Gets a value that indicates whether the DML trigger executes instead of the triggering Transact-SQL statement.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property InsteadOf As Boolean
Get
'Применение
Dim instance As IDmlTrigger
Dim value As Boolean
value = instance.InsteadOf
bool InsteadOf { get; }
property bool InsteadOf {
bool get ();
}
abstract InsteadOf : bool
function get InsteadOf () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the trigger executes instead of the triggering Transact-SQL statement; otherwise, false.
См. также