ModelStore 构造函数 (ModelCollation, ModelSchema, String)

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Protected Sub New ( _
    collation As ModelCollation, _
    modelSchema As ModelSchema, _
    modelFileName As String _
)
protected ModelStore(
    ModelCollation collation,
    ModelSchema modelSchema,
    string modelFileName
)
protected:
ModelStore(
    ModelCollation^ collation, 
    ModelSchema^ modelSchema, 
    String^ modelFileName
)
new : 
        collation:ModelCollation * 
        modelSchema:ModelSchema * 
        modelFileName:string -> ModelStore
protected function ModelStore(
    collation : ModelCollation, 
    modelSchema : ModelSchema, 
    modelFileName : String
)

参数

.NET Framework 安全性

请参见

参考

ModelStore 类

ModelStore 重载

Microsoft.Data.Schema.SchemaModel 命名空间