Właściwość ServiceBroker.Queues
Reprezentuje kolekcja ServiceQueue obiektów.Każdy ServiceQueue obiekt reprezentuje kolejkę usługa zdefiniowane dla wystąpienie Service Broker.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ServiceQueue))> _
Public ReadOnly Property Queues As ServiceQueueCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection
A ServiceQueueCollection reprezentująca kolejek usługa zdefiniowane na wystąpienie obiektu Service Broker.
Zobacz także