Свойство Database.NestedTriggersEnabled
Gets or sets a value that indicates whether the nested triggers are enabled.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NestedTriggersEnabled As Boolean
Get
Set
'Применение
Dim instance As Database
Dim value As Boolean
value = instance.NestedTriggersEnabled
instance.NestedTriggersEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool NestedTriggersEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool NestedTriggersEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NestedTriggersEnabled : bool with get, set
function get NestedTriggersEnabled () : boolean
function set NestedTriggersEnabled (value : boolean)
Значение свойства
Тип: System.Boolean
true if the nested triggers are enabled; otherwise, false.