Share via


Classe MessageTypeMapping

The MessageTypeMapping object represents a relationship between a message types and a contract.

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

Syntaxe

'Déclaration
Public NotInheritable Class MessageTypeMapping _
    Inherits NamedSmoObject _
    Implements IMarkForDrop
'Utilisation
Dim instance As MessageTypeMapping
public sealed class MessageTypeMapping : NamedSmoObject, 
    IMarkForDrop
public ref class MessageTypeMapping sealed : public NamedSmoObject, 
    IMarkForDrop
[<SealedAttribute>]
type MessageTypeMapping =  
    class
        inherit NamedSmoObject
        interface IMarkForDrop
    end
public final class MessageTypeMapping extends NamedSmoObject implements IMarkForDrop

Notes

The MessageTypeMapping object specifies the message types that are part of the contract.

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..::..MessageTypeMapping

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.