Share via


Propriété HonorBrokerPriority

Gets or sets a value that indicates whether the priority specified by the broker is acknowledged.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")> _
<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")> _
Property HonorBrokerPriority As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that indicates whether the priority specified by the broker is acknowledged.
If True, the broker priority is acknowledged. Otherwise, False (default.)