Udostępnij za pośrednictwem


Właściwość Trigger.Insert

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy wyzwalacz jest uruchamiany, gdy rekordy są wstawiane do tabela.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property Insert As Boolean
    Get
    Set
'Użycie
Dim instance As Trigger
Dim value As Boolean

value = instance.Insert

instance.Insert = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool Insert { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool Insert {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member Insert : bool with get, set
function get Insert () : boolean
function set Insert (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy wyzwalacz jest wykonywany, gdy rekordy są wstawiane.
Jeśli True, wyzwalacz jest wykonywany podczas wstawiania rekordów.
Jeśli FAŁSZ (Usuń) są wstawiane rekordy wyzwalacz nie jest wykonywana.