Condividi tramite


Proprietà SqlInterpreterConstructor.DefaultSchema

Ottiene o imposta il nome dello schema predefinito.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlInterpreterConstructor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel