Freigeben über


Trigger.AnsiNullsStatus-Eigenschaft

Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the trigger.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property AnsiNullsStatus As Boolean 
    Get 
    Set
'Usage
Dim instance As Trigger 
Dim value As Boolean 

value = instance.AnsiNullsStatus

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value that specifies whether ISO NULL handling is enabled in the trigger.If True, ISO NULL handling is enabled in the trigger.If False (default), ISO NULL handling is disabled in the trigger.

Beispiele

Erstellen, Ändern und Löschen von Trigger

Siehe auch

Verweis

Trigger Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

DML-Trigger

CREATE TRIGGER (Transact-SQL)