Udostępnij za pośrednictwem


Właściwość DatabaseDdlTriggerEventSet.DdlTypeEventsEvents

Pobiera lub zestaws wartość właściwość logiczna, która określa, czy zdarzenie jest włączone w przypadku zestaw.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.SqlEnum (w Microsoft.SqlServer.SqlEnum.dll)

Składnia

'Deklaracja
Public Property DdlTypeEventsEvents As Boolean
    Get
    Set
'Użycie
Dim instance As DatabaseDdlTriggerEventSet
Dim value As Boolean

value = instance.DdlTypeEventsEvents

instance.DdlTypeEventsEvents = value
public bool DdlTypeEventsEvents { get; set; }
public:
property bool DdlTypeEventsEvents {
    bool get ();
    void set (bool value);
}
member DdlTypeEventsEvents : bool with get, set
function get DdlTypeEventsEvents () : boolean
function set DdlTypeEventsEvents (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy DdlTypeEventsEvents zdarzenie jest uwzględniane w przypadku zestaw.
W przypadku wartości True zdarzenie jest uwzględniane w zbiorze zdarzeń. W przeciwnym razie zwraca wartość False.