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 命名空间