IDatabaseOptions.HonorBrokerPriority Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")> _
<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")> _
Property HonorBrokerPriority As Boolean
Get
Set
'Usage
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.HonorBrokerPriority
instance.HonorBrokerPriority = value
[DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")]
[DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")]
bool HonorBrokerPriority { get; set; }
[DisplayNameKeyAttribute(L"Database_HonorBrokerPriorityName")]
[DisplayDescriptionKeyAttribute(L"Database_HonorBrokerPriorityDesc")]
property bool HonorBrokerPriority {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")>]
[<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")>]
abstract HonorBrokerPriority : bool with get, set
function get HonorBrokerPriority () : boolean
function set HonorBrokerPriority (value : boolean)
Property Value
Type: System.Boolean