See Also

SqlCompareOwnerMappings Class  | SqlCompareOwnerMappings Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

db1
The first database, or null.
db2
The second database, or null.
See Also Languages RedGate.SQLCompare.Engine Send comments on this topic.

CreateMappings Method

RedGate.SQLCompare.Engine Namespace > SqlCompareOwnerMappings Class : CreateMappings Method

Creates a mapping for each owner or schema in the database where such a mapping is possible.

[Visual Basic]
Public Sub CreateMappings( _    ByVal db1 As Database, _    ByVal db2 As Database _ )
[C#]
public void CreateMappings(    Database db1,    Database db2 );
[C++]
public: void CreateMappings(    Database* db1,    Database* db2 )
[C++/CLI]
public: void CreateMappings(    Database^ db1,    Database^ db2 )

Parameters

db1
The first database, or null.
db2
The second database, or null.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

SqlCompareOwnerMappings Class  | SqlCompareOwnerMappings Members

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.