ServiceContractMappingCollection.Parent プロパティ

ServiceContractMappingCollection オブジェクトの親である BrokerService オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Parent As BrokerService 
    Get
'使用
Dim instance As ServiceContractMappingCollection 
Dim value As BrokerService 

value = instance.Parent
public BrokerService Parent { get; }
public:
property BrokerService^ Parent {
    BrokerService^ get ();
}
member Parent : BrokerService
function get Parent () : BrokerService

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
ServiceContractMappingCollection オブジェクトの親である BrokerService オブジェクトです。

使用例

コレクションの使用

関連項目

参照

ServiceContractMappingCollection クラス

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

その他の技術情報

コレクションの使用