See Also

ComparisonSession Class  | ComparisonSession 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.SQLDataCompare.Engine Send comments on this topic.

Status Property

RedGate.SQLDataCompare.Engine Namespace > ComparisonSession Class : Status Property (ComparisonSession)

The event handler used to receive status update events.

[Visual Basic]
Public Property Status As StatusEventHandler
[C#]
public StatusEventHandler Status {get; set;}
[C++]
public: __property StatusEventHandler get_Status(); public: __property void set_Status(    StatusEventHandler value );
[C++/CLI]
public: property StatusEventHandler Status {    StatusEventHandler get();    void set (StatusEventHandler value); }

Example

See CompareDatabases for an example of how to receive status events and cancel operations.

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

ComparisonSession Class  | ComparisonSession Members

 

 


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