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 オブジェクトです。