共用方式為


SqlInterpreter 建構函式

初始化 SqlInterpreter 類別的新執行個體。

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

語法

'宣告
Protected Sub New ( _
    comparer As ModelCollationComparer, _
    defaultSchema As String _
)
protected SqlInterpreter(
    ModelCollationComparer comparer,
    string defaultSchema
)
protected:
SqlInterpreter(
    ModelCollationComparer^ comparer, 
    String^ defaultSchema
)
new : 
        comparer:ModelCollationComparer * 
        defaultSchema:string -> SqlInterpreter
protected function SqlInterpreter(
    comparer : ModelCollationComparer, 
    defaultSchema : String
)

參數

.NET Framework 安全性

請參閱

參考

SqlInterpreter 類別

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