Parent プロパティ
ServiceContract オブジェクトの親である ServiceBroker オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property Parent As ServiceBroker
Get
'使用
Dim instance As ServiceContractCollection
Dim value As ServiceBroker
value = instance.Parent
public ServiceBroker Parent { get; }
public:
property ServiceBroker^ Parent {
ServiceBroker^ get ();
}
member Parent : ServiceBroker
function get Parent () : ServiceBroker
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceBroker
ServiceContract オブジェクトの親である ServiceBroker オブジェクトです。