TSqlModelOptions.HonorBrokerPriority 属性

Specifies the HONOR_BROKER_PRIORITY database option.

命名空间:  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>)

属性值

类型:System.Nullable<Boolean>

请参阅

参考

TSqlModelOptions 类

Microsoft.SqlServer.Dac.Model 命名空间