See Also

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

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

Selected Property

RedGate.SQLCompare.Engine Namespace > Difference Class : Selected Property

True if the difference is selected.

[Visual Basic]
Public Property Selected As Boolean
[C#]
public bool Selected {get; set;}
[C++]
public: __property bool get_Selected(); public: __property void set_Selected(    bool value );
[C++/CLI]
public: property bool Selected {    bool get();    void set (bool value); }

Remarks

Set to true to include the difference in a migration script.

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

Difference Class  | Difference Members

 

 


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