ServiceBroker.Queues 属性
Represents a collection of ServiceQueue objects. Each ServiceQueue object represents a service queue defined on the instance of 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
A ServiceQueueCollection object that represents all the service queues defined on the instance of Service Broker.
示例
Readme_ServiceBrokerConfiguration
请参阅
参考
Microsoft.SqlServer.Management.Smo.Broker 命名空间