Share via


ISqlLogin.DefaultDatabase Property

Gets or sets the default database for the login.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DefaultDatabase As String
string DefaultDatabase { get; set; }
property String^ DefaultDatabase {
    String^ get ();
    void set (String^ value);
}
abstract DefaultDatabase : string with get, set
function get DefaultDatabase () : String
function set DefaultDatabase (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace