Właściwość DdlBrokerPriorityEventsEvents
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)
Syntax
'Deklaracja
Public Property DdlBrokerPriorityEventsEvents As Boolean
Get
Set
'Użycie
Dim instance As DatabaseDdlTriggerEventSet
Dim value As Boolean
value = instance.DdlBrokerPriorityEventsEvents
instance.DdlBrokerPriorityEventsEvents = value
public bool DdlBrokerPriorityEventsEvents { get; set; }
public:
property bool DdlBrokerPriorityEventsEvents {
bool get ();
void set (bool value);
}
member DdlBrokerPriorityEventsEvents : bool with get, set
function get DdlBrokerPriorityEventsEvents () : boolean
function set DdlBrokerPriorityEventsEvents (value : boolean)
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy DdlBrokerPriorityEventsEvnets 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.
Zobacz także