See Also

RedGate.SQLDataCompare.Engine Namespace

Requirements

Namespace: RedGate.SQLDataCompare.Engine

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

Assembly: RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See AlsoLanguages Requirements RedGate.SQLDataCompare.Engine Send comments on this topic.

MappingOptions Enumeration

RedGate.SQLDataCompare.Engine Namespace : MappingOptions Enumeration (RedGate.SQLDataCompare.Engine)

Options used when generating the mapping between two databases.

Members

MemberDescription
DefaultA set of defaults.
None None.
IgnoreCase Ignores the case of the object names in the two databases. For example, [dbo].[Widget] is considered to be the same as [dbo].[widget] when you select this option.
IgnoreSpaces Ignores the spaces in the object names in the two databases. For example, [dbo].[Widget Prices] is considered to be the same as [dbo].[WidgetPrices] when you select this option.
IgnoreUnderscores Ignores the underscores in the object names in the two databases. For example, [dbo].[Widget_Prices] is considered to be the same as [dbo].[WidgetPrices] when you select this option.
MissingFrom2AsInclude When the object does not exist in the second database, the Mapping status is set to success and include is set to true.
IncludeTimestamps Includes timestamp columns from the tables or views in the schema information for the database. Timestamp columns cannot be synchronized.
IncludeIndexedViews Includes indexed views in the schema information for the database. Views can be synchronized only if the referenced records are from a single table, and the referenced columns are simple (for example, they must not include identity columns or computed columns).
IncludeIdentities Includes identity columns from the tables or views in the schema information for the database. You cannot synchronize views if they include an identity column.

Requirements

Namespace: RedGate.SQLDataCompare.Engine

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

Assembly: RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

See Also

RedGate.SQLDataCompare.Engine Namespace

 

 


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