DatabaseOptions.BrokerEnabled プロパティ

Service Broker サービスが有効かどうかを示す Boolean プロパティ値を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property BrokerEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.BrokerEnabled

instance.BrokerEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool BrokerEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool BrokerEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BrokerEnabled : bool with get, set
function get BrokerEnabled () : boolean 
function set BrokerEnabled (value : boolean)

プロパティ値

型: System.Boolean
Service Broker サービスが有効かどうかを示す Boolean 値。 True の場合、有効です。False (既定値) の場合、Service Broker 有効ではありません。

使用例

プロパティの設定

関連項目

参照

DatabaseOptions クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース オプション