Expand Minimize
This topic has not yet been rated - Rate this topic

Database::HonorBrokerPriority Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property bool HonorBrokerPriority {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

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

Implements

IDatabaseOptions::HonorBrokerPriority
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.