See Also

Database Class  | Database Members  | Overload List

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

path
The path to the folder that contains the creations scripts.
dbinfo
This is an optional parameter. If the specified folder contains the SQL Compare generated xml file with the necessary database information, it does not need to be specified. However, if the folder does not contain this information, or this information needs to be overriden, then this parameter must be set.
options
Options.
See Also Languages RedGate.SQLCompare.Engine Send comments on this topic.

Register(String,ReadFromScriptDatabaseInformation,Options) Method

RedGate.SQLCompare.Engine Namespace > Database Class > Register Method : Register(String,ReadFromScriptDatabaseInformation,Options) Method

Registers the database from creation scripts that are stored in the folder specified by the path parameter.

[Visual Basic]
Overloads Public Sub Register( _    ByVal path As String, _    ByVal dbinfo As ReadFromScriptDatabaseInformation, _    ByVal options As Options _ )
[C#]
public void Register(    string path,    ReadFromScriptDatabaseInformation dbinfo,    Options options );
[C++]
public: void Register(    string* path,    ReadFromScriptDatabaseInformation* dbinfo,    Options options )
[C++/CLI]
public: void Register(    String^ path,    ReadFromScriptDatabaseInformation^ dbinfo,    Options options )

Parameters

path
The path to the folder that contains the creations scripts.
dbinfo
This is an optional parameter. If the specified folder contains the SQL Compare generated xml file with the necessary database information, it does not need to be specified. However, if the folder does not contain this information, or this information needs to be overriden, then this parameter must be set.
options
Options.

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

Database Class  | Database Members  | Overload List

 

 


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