Udostępnij przez


IDatabaseOptions.RecursiveTriggersEnabled Property

Gets or sets the Boolean value that specifies whether recursive triggers are enabled on the database. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Database_RecursiveTriggersEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_RecursiveTriggersEnabledDesc")> _
Property RecursiveTriggersEnabled As Boolean
[DisplayNameKeyAttribute("Database_RecursiveTriggersEnabledName")] 
[DisplayDescriptionKeyAttribute("Database_RecursiveTriggersEnabledDesc")] 
bool RecursiveTriggersEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_RecursiveTriggersEnabledName")] 
[DisplayDescriptionKeyAttribute(L"Database_RecursiveTriggersEnabledDesc")] 
property bool RecursiveTriggersEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_RecursiveTriggersEnabled ()

/** @property */
void set_RecursiveTriggersEnabled (boolean value)
function get RecursiveTriggersEnabled () : boolean

function set RecursiveTriggersEnabled (value : boolean)

Property Value

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.

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.