Compartilhar via


Propriedade do RDL ServiceContractExtender.MessageTypeMappings

Gets the MessageTypeMappingCollection associated with the ServiceContractExtender object.

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

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property MessageTypeMappings As MessageTypeMappingCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection
Returns the MessageTypeMappingCollection associated with the ServiceContractExtender object.

Consulte também

Referência

ServiceContractExtender Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker