Udostępnij za pośrednictwem


Właściwość IUserOptions.DefaultSchema

Pobiera domyślna baza danych schematu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")> _
<DisplayNameKeyAttribute("User_DefaultSchemaName")> _
Property DefaultSchema As String
    Get
    Set
'Użycie
Dim instance As IUserOptions
Dim value As String

value = instance.DefaultSchema

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

Wartość właściwości

Typ: System.String
Ciąg, który zawiera domyślny schemat.