See Also

TableMapping Class  | TableMapping 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

obj1
The view or table in the first database.
obj2
The view or table in the second database.
status
The status of the mapping.
See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

TableMapping Constructor

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : TableMapping Constructor (TableMapping)

Constructor. Calls the base constructor and initializes the index mappings.

[Visual Basic]
Public Function New( _    ByVal obj1 As ViewTableSuperClass, _    ByVal obj2 As ViewTableSuperClass, _    ByVal status As TableMappingStatus _ )
[C#]
public TableMapping(    ViewTableSuperClass obj1,    ViewTableSuperClass obj2,    TableMappingStatus status );
[C++]
public: TableMapping(    ViewTableSuperClass* obj1,    ViewTableSuperClass* obj2,    TableMappingStatus status )
[C++/CLI]
public: TableMapping(    ViewTableSuperClass^ obj1,    ViewTableSuperClass^ obj2,    TableMappingStatus status )

Parameters

obj1
The view or table in the first database.
obj2
The view or table in the second database.
status
The status of the mapping.

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

TableMapping Class  | TableMapping Members

 

 


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