Compartilhar via


Classe ServiceContractMapping

The ServiceContractMapping class represents the service contracts that are associated with the Service Broker service.

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

Sintaxe

'Declaração
Public NotInheritable Class ServiceContractMapping _
    Inherits NamedSmoObject _
    Implements IMarkForDrop
'Uso
Dim instance As ServiceContractMapping
public sealed class ServiceContractMapping : NamedSmoObject, 
    IMarkForDrop
public ref class ServiceContractMapping sealed : public NamedSmoObject, 
    IMarkForDrop
[<SealedAttribute>]
type ServiceContractMapping =  
    class
        inherit NamedSmoObject
        interface IMarkForDrop
    end
public final class ServiceContractMapping extends NamedSmoObject implements IMarkForDrop

Comentários

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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
    Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
      Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
        Microsoft.SqlServer.Management.Smo.Broker..::..ServiceContractMapping

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.