DataSchemaModelTranslator.InstantiateCopiedModel 方法

此成员重写 ModelTranslator.InstantiateCopiedModel(ModelStore)

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

语法

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

参数

返回值

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

.NET Framework 安全性

请参见

参考

DataSchemaModelTranslator 类

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