See Also

TableMapping Class  | TableMapping Members  | RefreshMappingStatus Method  | 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.

MatchingMappings Property

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : MatchingMappings Property

The FieldMappings that are used to compare the databases. These may have been set from an IndexMapping.

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

Remarks

Changing the mapping of fields that are used for matching may have unforseen consequences.

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

 

 


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