次の方法で共有


ServiceQueueCollection.Parent プロパティ

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

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

構文

'宣言
Public ReadOnly Property Parent As ServiceBroker 
    Get
'使用
Dim instance As ServiceQueueCollection 
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
ServiceQueue オブジェクトの親である ServiceBroker オブジェクトです。

使用例

コレクションの使用

関連項目

参照

ServiceQueueCollection クラス

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

その他の技術情報

コレクションの使用