DataSchemaModelTranslator.InstantiateTranslatedModel 方法

此成员重写 ModelTranslator.InstantiateTranslatedModel(ModelStore)

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

语法

声明
Protected Overrides Function InstantiateTranslatedModel ( _
    fromModel As ModelStore _
) As ModelStore
protected override ModelStore InstantiateTranslatedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateTranslatedModel(
    ModelStore^ fromModel
) override
abstract InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 
override InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 
protected override function InstantiateTranslatedModel(
    fromModel : ModelStore
) : ModelStore

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.ModelStore

.NET Framework 安全性

请参见

参考

DataSchemaModelTranslator 类

Microsoft.Data.Schema.SchemaModel.Translation 命名空间