BrokerPriorityCollection.Parent プロパティ

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

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

構文

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

使用例

コレクションの使用

関連項目

参照

BrokerPriorityCollection クラス

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