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 有効ではありません。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間