共用方式為


Database.NestedTriggersEnabled 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NestedTriggersEnabled As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

Database 類別

Microsoft.SqlServer.Management.Smo 命名空間