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

Database.RecursiveTriggersEnabled Property

SQL Server 2012

Gets or sets a value that specifies whether recursive triggers are enabled on the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
final function get RecursiveTriggersEnabled () : boolean 
final function set RecursiveTriggersEnabled (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether recursive triggers are enabled on the database. If True, recursive triggers are enabled. If False (default), recursive triggers are not enabled.

Implements

IDatabaseOptions.RecursiveTriggersEnabled

This property specifies whether a trigger called by another trigger is executed.

This option can also be changed by using the Transact-SQL ALTER DATABASE statement.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.