共用方式為


MessageTypeMappings 屬性

Gets the collection of MessageTypeMapping which is associated with the contract Service Broker contract belonging to 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
The collection of MessageTypeMapping which is associated with the contract Service Broker contract belonging to ServiceContractExtender object.