Compartir a través de


ServiceContractExtender.MessageTypeMappings Propiedad

Gets the MessageTypeMappingCollection associated with the ServiceContractExtender object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

ServiceContractExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker