Expand Minimize
This topic has not yet been rated - Rate this topic

Database.NestedTriggersEnabled Property

SQL Server 2012

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)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool NestedTriggersEnabled { get; set; }

Property Value

Type: System.Boolean
true if the nested triggers are enabled; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.