Share via


SqlInterpreter.DefaultSchema Property

Gets or sets the default schema.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property DefaultSchema As String
    Get
    Set
'Usage
Dim instance As SqlInterpreter
Dim value As String

value = instance.DefaultSchema

instance.DefaultSchema = value
public string DefaultSchema { get; set; }
public:
property String^ DefaultSchema {
    String^ get ();
    void set (String^ value);
}
function get DefaultSchema () : String
function set DefaultSchema (value : String)
member DefaultSchema : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlInterpreter Class

SqlInterpreter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace