xSQL Schema Compare SDK for SQL Server version 12
SchemaMapping Constructor


The left schema member.
The right schema member.
Initializes a new instance of the SchemaMapping class with the specified schemas.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftSchema As System.String, _
   ByVal rightSchema As System.String _
)
public SchemaMapping( 
   System.string leftSchema,
   System.string rightSchema
)
public: SchemaMapping( 
   System.string* leftSchema,
   System.string* rightSchema
)

Parameters

leftSchema
The left schema member.
rightSchema
The right schema member.
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

SchemaMapping Class
SchemaMapping Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback