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)
'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

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.