Compartilhar via


Classe ServiceContractMappingCollection

The ServiceContractMappingCollection class represents a collection of ServiceContractMapping objects that represent all the message types defined on a contract.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class ServiceContractMappingCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As ServiceContractMappingCollection
public sealed class ServiceContractMappingCollection : SimpleObjectCollectionBase
public ref class ServiceContractMappingCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServiceContractMappingCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ServiceContractMappingCollection extends SimpleObjectCollectionBase

Comentários

A ServiceContractMappingCollection object can be used to gain access to a set of message types defined on a contract. You can use the Item property to return a specific ServiceContractMapping object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.