DataSchemaModelTranslator.InstantiateTranslatedModel-Methode

Dieser Member überschreibt ModelTranslator.InstantiateTranslatedModel(ModelStore).

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.ModelStore

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace