Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a collection of BrokerService objects. Each BrokerService object represents a Service Broker service defined on the instance of Service Broker.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(BrokerService))> _
Public ReadOnly Property Services As BrokerServiceCollection
Get
'Usage
Dim instance As ServiceBroker
Dim value As BrokerServiceCollection
value = instance.Services
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BrokerService))]
public BrokerServiceCollection Services { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(BrokerService))]
public:
property BrokerServiceCollection^ Services {
BrokerServiceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BrokerService))>]
member Services : BrokerServiceCollection
function get Services () : BrokerServiceCollection
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection
A BrokerServiceCollection object that represents all the Service Broker services defined on the instance of Service Broker.
Examples
Readme_ServiceBrokerConfiguration
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace