다음을 통해 공유


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.