ServiceContractMapping Class

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 (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class ServiceContractMapping _
    Inherits NamedSmoObject _
    Implements IMarkForDrop
'Usage
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

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.