ModelTranslator.InstantiateTranslatedModel-Methode

Gibt das Zielmodell als instanziiertes Objekt zurück.

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

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Das instanziierte Zielmodellobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace

ModelStore