Sdílet prostřednictvím


SqlInterpreterConstructor.DefaultSchema – vlastnost

Získá nebo nastaví název výchozí schéma.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Public Property DefaultSchema As String
    Get
    Set
public string DefaultSchema { get; set; }
public:
property String^ DefaultSchema {
    String^ get ();
    void set (String^ value);
}
member DefaultSchema : string with get, set
function get DefaultSchema () : String
function set DefaultSchema (value : String)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlInterpreterConstructor Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů