BrokerInstance プロパティ
リモート サービスをホストする Service Broker のインスタンスを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property BrokerInstance As String
Get
Set
'使用
Dim instance As ServiceRoute
Dim value As String
value = instance.BrokerInstance
instance.BrokerInstance = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string BrokerInstance { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ BrokerInstance {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BrokerInstance : string with get, set
function get BrokerInstance () : String
function set BrokerInstance (value : String)
プロパティ値
型: System. . :: . .String
リモート サービスをホストする Service Broker のインスタンスを示す String 値です。