ServiceBroker.ServiceContracts プロパティ

ServiceContract オブジェクトのコレクションを表します。 各 ServiceContract オブジェクトは、Service Broker のインスタンスで定義されたサービス コントラクトを表します。

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

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ServiceContract))> _
Public ReadOnly Property ServiceContracts As ServiceContractCollection 
    Get
'使用
Dim instance As ServiceBroker 
Dim value As ServiceContractCollection 

value = instance.ServiceContracts
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ServiceContract))]
public ServiceContractCollection ServiceContracts { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ServiceContract))]
public:
property ServiceContractCollection^ ServiceContracts {
    ServiceContractCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ServiceContract))>]
member ServiceContracts : ServiceContractCollection
function get ServiceContracts () : ServiceContractCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection
Service Broker のインスタンスで定義されたすべてのサービス コントラクトを表す ServiceContractCollection オブジェクトです。

使用例

Readme_ServiceBrokerConfiguration

関連項目

参照

ServiceBroker クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

開発 (Service Broker)

Service Broker の管理

概要 (Service Broker)