Partilhar via


Propriedade do RDL Insert

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property Insert As Boolean
    Get
    Set
'Uso
Dim instance As IMutableDmlTrigger
Dim value As Boolean

value = instance.Insert

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

Valor da propriedade

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

Implementa

IDmlTrigger. . :: . .Insert