Database.HonorBrokerPriority Property
SQL Server 2008 R2
Gets or sets the Boolean value that specifies whether the priority specified by the broker is acknowledged or not.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)] public bool HonorBrokerPriority { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the priority specified by the broker is acknowledged.
If True, the broker priority is honored. Otherwise, False (default).
