Właściwość AlterBrokerPriority
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.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Property AlterBrokerPriority As Boolean
Get
Set
'Użycie
Dim instance As ServerEventSet
Dim value As Boolean
value = instance.AlterBrokerPriority
instance.AlterBrokerPriority = value
public bool AlterBrokerPriority { get; set; }
public:
property bool AlterBrokerPriority {
bool get ();
void set (bool value);
}
member AlterBrokerPriority : bool with get, set
function get AlterBrokerPriority () : boolean
function set AlterBrokerPriority (value : boolean)
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean obiekt reprezentujący Jeśli AlterBrokerPriority znajduje się serwer zdarzenie zestaw.
W przypadku wartości True zdarzenie jest uzględniane w zbiorze zdarzeń.
Jeśli False, zdarzenie nie jest dołączony zestaw zdarzeń.