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 네임스페이스