This topic has not yet been rated - Rate this topic

ServiceBroker.ServiceContracts Property

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.ServiceContractCollection
A ServiceContractCollection object that represents all the service contracts defined on the instance of Service Broker.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.