共用方式為


SqlInterpreter.DefaultSchema 屬性

取得或設定要使用的預設結構描述。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

SqlInterpreter 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間