ServiceBroker.Queues プロパティ

ServiceQueue オブジェクトのコレクションを表します。 各 ServiceQueue オブジェクトは、Service Broker のインスタンスで定義されたサービス キューを表します。

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

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ServiceQueue))> _
Public ReadOnly Property Queues As ServiceQueueCollection 
    Get
'使用
Dim instance As ServiceBroker 
Dim value As ServiceQueueCollection 

value = instance.Queues
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ServiceQueue))]
public ServiceQueueCollection Queues { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ServiceQueue))]
public:
property ServiceQueueCollection^ Queues {
    ServiceQueueCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ServiceQueue))>]
member Queues : ServiceQueueCollection
function get Queues () : ServiceQueueCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection
Service Broker のインスタンスで定義されたすべてのサービス キューを表す ServiceQueueCollection オブジェクトです。

使用例

Readme_ServiceBrokerConfiguration

関連項目

参照

ServiceBroker クラス

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

その他の技術情報

開発 (Service Broker)

Service Broker の管理

概要 (Service Broker)