ServiceBroker.ServiceContracts Property
SQL Server 2012
Represents a collection of ServiceContract objects. Each ServiceContract object represents a service contract defined on the instance of Service Broker.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(ServiceContract))] public ServiceContractCollection ServiceContracts { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollectionA ServiceContractCollection object that represents all the service contracts defined on the instance of Service Broker.
