ServiceBroker.Services プロパティ
BrokerService オブジェクトのコレクションを表します。 各 BrokerService オブジェクトは、Service Broker のインスタンスで定義された Service Broker サービスを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(BrokerService))> _
Public ReadOnly Property Services As BrokerServiceCollection
Get
'使用
Dim instance As ServiceBroker
Dim value As BrokerServiceCollection
value = instance.Services
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BrokerService))]
public BrokerServiceCollection Services { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(BrokerService))]
public:
property BrokerServiceCollection^ Services {
BrokerServiceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BrokerService))>]
member Services : BrokerServiceCollection
function get Services () : BrokerServiceCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection
Service Broker のインスタンスで定義されたすべての Service Broker サービスを表す BrokerServiceCollection オブジェクトです。
使用例
Readme_ServiceBrokerConfiguration
関連項目
参照
Microsoft.SqlServer.Management.Smo.Broker 名前空間