Właściwość ServiceBroker.ServiceContracts
Reprezentuje kolekcja ServiceContract obiektów.Każdy ServiceContract obiekt reprezentuje usługa kontrakt 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(ServiceContract))> _
Public ReadOnly Property ServiceContracts As ServiceContractCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection
A ServiceContractCollection obiekt reprezentujący wszystkie usługa umów zdefiniowanych w wystąpieniu Service Broker.
Zobacz także