ServiceBroker.ServiceContracts 属性
Represents a collection of ServiceContract objects. Each ServiceContract object represents a service contract 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(ServiceContract))> _
Public ReadOnly Property ServiceContracts As ServiceContractCollection
Get
用法
Dim instance As ServiceBroker
Dim value As ServiceContractCollection
value = instance.ServiceContracts
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServiceContract))]
public ServiceContractCollection ServiceContracts { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(ServiceContract))]
public:
property ServiceContractCollection^ ServiceContracts {
ServiceContractCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServiceContract))>]
member ServiceContracts : ServiceContractCollection
function get ServiceContracts () : ServiceContractCollection
属性值
类型:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection
A ServiceContractCollection object that represents all the service contracts defined on the instance of Service Broker.
示例
Readme_ServiceBrokerConfiguration
请参阅
参考
Microsoft.SqlServer.Management.Smo.Broker 命名空间