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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.