HONOR_BROKER_PRIORITY データベース オプションを指定します。
名前空間: Microsoft.SqlServer.Dac.Model
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Property HonorBrokerPriority As Nullable(Of Boolean)
Get
Set
'使用
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.HonorBrokerPriority
instance.HonorBrokerPriority = value
public Nullable<bool> HonorBrokerPriority { get; set; }
public:
property Nullable<bool> HonorBrokerPriority {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member HonorBrokerPriority : Nullable<bool> with get, set
function get HonorBrokerPriority () : Nullable<boolean>
function set HonorBrokerPriority (value : Nullable<boolean>)