Właściwość IDatabaseOptions.HonorBrokerPriority
Pobiera lub ustawia wartość wskazującą, czy priorytet określone przez brokera jest potwierdzona.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")> _
<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")> _
Property HonorBrokerPriority As Boolean
Get
Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.HonorBrokerPriority
instance.HonorBrokerPriority = value
[DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")]
[DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")]
bool HonorBrokerPriority { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_HonorBrokerPriorityDesc")]
[DisplayNameKeyAttribute(L"Database_HonorBrokerPriorityName")]
property bool HonorBrokerPriority {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")>]
[<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")>]
abstract HonorBrokerPriority : bool with get, set
function get HonorBrokerPriority () : boolean
function set HonorBrokerPriority (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość wskazująca, czy zostało potwierdzone, priorytet, określony przez brokera.
Jeśli True, potwierdzone priorytet broker.W przeciwnym razie False (domyślnie).
Zobacz także