See Also

ReadFromScriptDatabaseInformation Class  | ReadFromScriptDatabaseInformation 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.

DefaultFilegroup Property

RedGate.SQLCompare.Engine.ReadFromFolder Namespace > ReadFromScriptDatabaseInformation Class : DefaultFilegroup Property

Sets or gets the filegroup that should be used if nothing or "DEFAULT" is specified in a creation SQL statement.

[Visual Basic]
Public Property DefaultFilegroup As String
[C#]
public string DefaultFilegroup {get; set;}
[C++]
public: __property string* get_DefaultFilegroup(); public: __property void set_DefaultFilegroup(    string* value );
[C++/CLI]
public: property String^ DefaultFilegroup {    String^ get();    void set (String^ value); }

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

ReadFromScriptDatabaseInformation Class  | ReadFromScriptDatabaseInformation Members

 

 


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