Share via


Database.NestedTriggersEnabled Property

Gets or sets a value that indicates whether the nested triggers are enabled.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NestedTriggersEnabled As Boolean 
    Get 
    Set
'Usage
Dim instance As Database 
Dim value As Boolean 

value = instance.NestedTriggersEnabled

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

Property Value

Type: System.Boolean
true if the nested triggers are enabled; otherwise, false.

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace