ActiveForServiceBrokerDialog プロパティ
Service Broker の BEGIN DIALOG ステートメントで証明書を使用できるかどうかを示す Boolean プロパティを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property ActiveForServiceBrokerDialog As Boolean
Get
Set
'使用
Dim instance As Certificate
Dim value As Boolean
value = instance.ActiveForServiceBrokerDialog
instance.ActiveForServiceBrokerDialog = value
[SfcPropertyAttribute]
public bool ActiveForServiceBrokerDialog { get; set; }
[SfcPropertyAttribute]
public:
property bool ActiveForServiceBrokerDialog {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member ActiveForServiceBrokerDialog : bool with get, set
function get ActiveForServiceBrokerDialog () : boolean
function set ActiveForServiceBrokerDialog (value : boolean)
プロパティ値
型: System. . :: . .Boolean
Service Broker の BEGIN DIALOG ステートメントで証明書を使用できるかどうかを示す Boolean オブジェクト値です。
True の場合、証明書は Service Broker ダイアログでの使用に対してアクティブです。False の場合は、証明書はダイアログの使用に対して非アクティブです。