Свойство DdlRuleEventsEvents
Gets or sets a Boolean property value that specifies whether the event is included in the event set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Property DdlRuleEventsEvents As Boolean
Get
Set
'Применение
Dim instance As DatabaseDdlTriggerEventSet
Dim value As Boolean
value = instance.DdlRuleEventsEvents
instance.DdlRuleEventsEvents = value
public bool DdlRuleEventsEvents { get; set; }
public:
property bool DdlRuleEventsEvents {
bool get ();
void set (bool value);
}
member DdlRuleEventsEvents : bool with get, set
function get DdlRuleEventsEvents () : boolean
function set DdlRuleEventsEvents (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that specifies whether the DdlRuleEventsEvents event is included in the event set.
Значение True означает, что событие включено в набор событий. В противном случае — значение False.
См. также