xSQL Schema Compare SDK for SQL Server version 12
SqlBrokerMessageTypeMapping Constructor


The owner of the mapped message type.
The name of the mapped message type.
The mapped contract.
Initializes a new instance of the SqlBrokerMessageTypeMapping class with the specified message type and contract.
Syntax
'Declaration
 
Public Function New( _
   ByVal messageTypeOwner As System.String, _
   ByVal messageTypeName As System.String, _
   ByVal parent As SqlBrokerContract _
)
public SqlBrokerMessageTypeMapping( 
   System.string messageTypeOwner,
   System.string messageTypeName,
   SqlBrokerContract parent
)
public: SqlBrokerMessageTypeMapping( 
   System.string* messageTypeOwner,
   System.string* messageTypeName,
   SqlBrokerContract* parent
)

Parameters

messageTypeOwner
The owner of the mapped message type.
messageTypeName
The name of the mapped message type.
parent
The mapped contract.
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

SqlBrokerMessageTypeMapping Class
SqlBrokerMessageTypeMapping Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback