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

folderName
wtf
Options to control how the script files are written to the folder.
See Also Languages RedGate.SQLCompare.Engine Send comments on this topic.

SaveToFolder(String,WriteToFileOptions) Method

RedGate.SQLCompare.Engine Namespace > Database Class > SaveToFolder Method : SaveToFolder(String,WriteToFileOptions) Method

Saves the database as a set of creation scripts to the specified folder.

[Visual Basic]
Overloads Public Sub SaveToFolder( _    ByVal folderName As String, _    ByVal wtf As WriteToFileOptions _ )
[C#]
public void SaveToFolder(    string folderName,    WriteToFileOptions wtf );
[C++]
public: void SaveToFolder(    string* folderName,    WriteToFileOptions* wtf )
[C++/CLI]
public: void SaveToFolder(    String^ folderName,    WriteToFileOptions^ wtf )

Parameters

folderName
wtf
Options to control how the script files are written to the folder.

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.