Partager via


Propriété Database.NestedTriggersEnabled

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NestedTriggersEnabled As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.SqlServer.Management.Smo