See Also

TableMapping Class  | TableMapping Members  | UseIndexForMapping Method

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

See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

IndexMappings Property

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : IndexMappings Property (TableMapping)

The IndexMappings for the indexes that can be used to compare tables or views. The indexes must be PrimaryKey, Unique, or UniqueConstraint.

[Visual Basic]
Public ReadOnly Property IndexMappings As IndexMappings
[C#]
public IndexMappings IndexMappings {get;}
[C++]
public: __property IndexMappings* get_IndexMappings();
[C++/CLI]
public: property IndexMappings^ IndexMappings {    IndexMappings^ get(); }

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  | UseIndexForMapping Method

 

 


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