Share via


ISqlServerOptions.IsNestedTriggersEnabled Property

Gets or sets a value that models the "nested triggers" sp_configure option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNestedTriggersEnabled As Nullable(Of Boolean)
Nullable<bool> IsNestedTriggersEnabled { get; set; }
property Nullable<bool> IsNestedTriggersEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsNestedTriggersEnabled : Nullable<bool> with get, set
function get IsNestedTriggersEnabled () : Nullable<boolean>
function set IsNestedTriggersEnabled (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace