See Also

Database Members  | RedGate.SQLCompare.Engine Namespace

Requirements

Namespace: RedGate.SQLCompare.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.SQLCompare.Engine (in RedGate.SQLCompare.Engine.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

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

Database Class

RedGate.SQLCompare.Engine Namespace : Database Class (RedGate.SQLCompare.Engine)

A SQL Server database.

For a list of all members of this type, see Database members.

Object Model






























Inheritance Hierarchy

System.Object
   RedGate.SQLCompare.Engine.Database

Syntax

[Visual Basic]
<LicenseProviderAttribute(RedGate.SQLToolkit.Engine.Licensing.ToolkitLicenceProvider)> Public Class Database    Implements ICancellable 
[C#]
[LicenseProviderAttribute(RedGate.SQLToolkit.Engine.Licensing.ToolkitLicenceProvider)] public class Database : ICancellable 
[C++]
[LicenseProviderAttribute(RedGate.SQLToolkit.Engine.Licensing.ToolkitLicenceProvider)] public __gc class Database : public ICancellable 
[C++/CLI]
[LicenseProviderAttribute(RedGate.SQLToolkit.Engine.Licensing.ToolkitLicenceProvider)] public ref class Database : public ICancellable 

Remarks

Use Register to register the database from a live server or LoadFromDisk to load a database from a snapshot.

Registering a database is a long-running operation. Status feedback is provided via the Status event handler. To cancel the operation, call CancelOperation.

You must call Dispose when you have finished using a Database object.

Requirements

Namespace: RedGate.SQLCompare.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.SQLCompare.Engine (in RedGate.SQLCompare.Engine.dll)

See Also

Database Members  | RedGate.SQLCompare.Engine Namespace

 

 


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