Поделиться через


Свойство Insert

Gets a value that indicates whether the DML trigger activates on an INSERT statement.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property Insert As Boolean
    Get
'Применение
Dim instance As IDmlTrigger
Dim value As Boolean

value = instance.Insert
bool Insert { get; }
property bool Insert {
    bool get ();
}
abstract Insert : bool
function get Insert () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the DML trigger activates on an INSERT statement; otherwise, false.