Właściwość ServiceContractExtender.MessageTypeMappings
Pobiera kolekcja z MessageTypeMapping skojarzony z umową Service Broker kontrakt należących do ServiceContractExtender obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<ExtendedPropertyAttribute> _
Public ReadOnly Property MessageTypeMappings As MessageTypeMappingCollection
Get
'Użycie
Dim instance As ServiceContractExtender
Dim value As MessageTypeMappingCollection
value = instance.MessageTypeMappings
[ExtendedPropertyAttribute]
public MessageTypeMappingCollection MessageTypeMappings { get; }
[ExtendedPropertyAttribute]
public:
property MessageTypeMappingCollection^ MessageTypeMappings {
MessageTypeMappingCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member MessageTypeMappings : MessageTypeMappingCollection
function get MessageTypeMappings () : MessageTypeMappingCollection
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection
Kolekcja MessageTypeMapping skojarzony z umową Service Broker kontrakt należących do ServiceContractExtender obiektu.
Zobacz także