xSQL Schema Compare SDK for SQL Server version 12
Item Property (SqlBrokerMessageTypeMappingCollection)


The the message type to locate in the mappings.
Gets the mapping that contains the specified message type.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Default Property Item( _
   ByVal messageTypeName As System.String _
) As SqlBrokerMessageTypeMapping
public override SqlBrokerMessageTypeMapping this[ 
   System.string messageTypeName
]; {get;}
public: __property SqlBrokerMessageTypeMapping* get_Item   System.string* messageTypeName
 override;

Parameters

messageTypeName
The the message type to locate in the mappings.

Property Value

A SqlBrokerMessageTypeMapping element mapped to the specified message type or null if no mapping is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe messageTypeName parameter is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlBrokerMessageTypeMappingCollection Class
SqlBrokerMessageTypeMappingCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback