共用方式為


DataSchemaModel 建構函式 (ModelCollation, ModelSchema, String, ScriptCache, ErrorManager)

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

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

語法

'宣告
Protected Sub New ( _
    collation As ModelCollation, _
    storeSchema As ModelSchema, _
    modelFileName As String, _
    scriptCache As ScriptCache, _
    errorManager As ErrorManager _
)
protected DataSchemaModel(
    ModelCollation collation,
    ModelSchema storeSchema,
    string modelFileName,
    ScriptCache scriptCache,
    ErrorManager errorManager
)
protected:
DataSchemaModel(
    ModelCollation^ collation, 
    ModelSchema^ storeSchema, 
    String^ modelFileName, 
    ScriptCache^ scriptCache, 
    ErrorManager^ errorManager
)
new : 
        collation:ModelCollation * 
        storeSchema:ModelSchema * 
        modelFileName:string * 
        scriptCache:ScriptCache * 
        errorManager:ErrorManager -> DataSchemaModel
protected function DataSchemaModel(
    collation : ModelCollation, 
    storeSchema : ModelSchema, 
    modelFileName : String, 
    scriptCache : ScriptCache, 
    errorManager : ErrorManager
)

參數

  • modelFileName
    型別:System.String
    資料結構描述模型的檔案名稱。

.NET Framework 安全性

請參閱

參考

DataSchemaModel 類別

DataSchemaModel 多載

Microsoft.Data.Schema.SchemaModel 命名空間