Propriedade do RDL DefaultDatabase
Gets or sets the database that the login uses by default.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("Login_DefaultDatabaseDesc")> _
<DisplayNameKeyAttribute("Login_DefaultDatabaseName")> _
Property DefaultDatabase As String
Get
Set
'Uso
Dim instance As ILoginOptions
Dim value As String
value = instance.DefaultDatabase
instance.DefaultDatabase = value
[DisplayDescriptionKeyAttribute("Login_DefaultDatabaseDesc")]
[DisplayNameKeyAttribute("Login_DefaultDatabaseName")]
string DefaultDatabase { get; set; }
[DisplayDescriptionKeyAttribute(L"Login_DefaultDatabaseDesc")]
[DisplayNameKeyAttribute(L"Login_DefaultDatabaseName")]
property String^ DefaultDatabase {
String^ get ();
void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Login_DefaultDatabaseDesc")>]
[<DisplayNameKeyAttribute("Login_DefaultDatabaseName")>]
abstract DefaultDatabase : string with get, set
function get DefaultDatabase () : String
function set DefaultDatabase (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String value that contains the database that the login uses by default.