Sdílet prostřednictvím


DataSchemaModelTranslator.InstantiateTranslatedModel – metoda

Tento člen přepisuje ModelTranslator.InstantiateTranslatedModel(ModelStore).

Obor názvů:  Microsoft.Data.Schema.SchemaModel.Translation
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.ModelStore

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModelTranslator Třída

Microsoft.Data.Schema.SchemaModel.Translation – obor názvů