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

mapping
The IndexMapping to be used.
See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

UseIndexForMapping Method

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : UseIndexForMapping Method

Changes the matching mappings to be the fields from the matched indexes. The property IndexMapping is set to the specified mapping; or null if a problem was encountered.

[Visual Basic]
Public Function UseIndexForMapping( _    ByVal mapping As IndexMapping _ ) As Boolean
[C#]
public bool UseIndexForMapping(    IndexMapping mapping );
[C++]
public: bool UseIndexForMapping(    IndexMapping* mapping )
[C++/CLI]
public: bool UseIndexForMapping(    IndexMapping^ mapping )

Parameters

mapping
The IndexMapping to be used.

Return Type

true if the mapping was successfully used; otherwise false.

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.