Share via


Classe ServiceContractMapping

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ServiceContractMapping _
    Inherits NamedSmoObject _
    Implements IMarkForDrop
'Utilisation
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

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.