ModelTranslator.InstantiateTranslatedModel 方法

以实例化对象形式返回目标模型。

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

语法

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

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.ModelStore
已实例化的目标模型对象。

.NET Framework 安全性

请参见

参考

ModelTranslator 类

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

ModelStore