Compartir a través de


SqlInterpreter.DefaultSchema (Propiedad)

Obtiene o establece el esquema predeterminado que se va a usar.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlInterpreter Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)