Proprietà ServiceContractExtender.MessageTypeMappings
Gets the MessageTypeMappingCollection associated with the ServiceContractExtender object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property MessageTypeMappings As MessageTypeMappingCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection
Returns the MessageTypeMappingCollection associated with the ServiceContractExtender object.