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.

DefaultOwner Property

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

Sets or gets the default owner for the database objects. In SQL Server 2005 this will set the default schema; in SQL Server 2000 it will set the default user owner.

[Visual Basic]
<DebuggerStepThroughAttribute()> Public Property DefaultOwner As String
[C#]
[DebuggerStepThroughAttribute()] public string DefaultOwner {get; set;}
[C++]
[DebuggerStepThroughAttribute()] public: __property string* get_DefaultOwner(); public: __property void set_DefaultOwner(    string* value );
[C++/CLI]
[DebuggerStepThroughAttribute()] public: property String^ DefaultOwner {    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.