IDatabaseOptions.HonorBrokerPriority プロパティ

ブローカーによって指定された優先度が承認されるかどうかを示す値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")> _
<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")> _
Property HonorBrokerPriority As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Boolean
ブローカーによって指定された優先度が承認されるかどうかを示す Boolean 値です。True の場合、ブローカーの優先度が承認されます。それ以外の場合は、False (既定値) です。

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間