Proprietà IUserOptions.DefaultSchema

Gets the default database schema.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("User_DefaultSchemaName")> _
<DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")> _
Property DefaultSchema As String 
    Get 
    Set
'Utilizzo
Dim instance As IUserOptions 
Dim value As String 

value = instance.DefaultSchema

instance.DefaultSchema = value
[DisplayNameKeyAttribute("User_DefaultSchemaName")]
[DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")]
string DefaultSchema { get; set; }
[DisplayNameKeyAttribute(L"User_DefaultSchemaName")]
[DisplayDescriptionKeyAttribute(L"User_DefaultSchemaDesc")]
property String^ DefaultSchema {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("User_DefaultSchemaName")>]
[<DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")>]
abstract DefaultSchema : string with get, set
function get DefaultSchema () : String 
function set DefaultSchema (value : String)

Valore proprietà

Tipo: System.String
A string that contains the default schema.

Vedere anche

Riferimento

IUserOptions Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo