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