ServiceContractExtender.MessageTypeMappings 属性

Gets the MessageTypeMappingCollection associated with the ServiceContractExtender object.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<ExtendedPropertyAttribute> _
Public ReadOnly Property MessageTypeMappings As MessageTypeMappingCollection 
    Get
用法
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

属性值

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

请参阅

参考

ServiceContractExtender 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间