Sdílet prostřednictvím


DataSchemaModelTranslator.SetConstructorParametersForTranslatedModel – metoda

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

Syntaxe

'Deklarace
Protected MustOverride Sub SetConstructorParametersForTranslatedModel ( _
    constructor As DataSchemaModelConstructor, _
    fromModel As ModelStore _
)
protected abstract void SetConstructorParametersForTranslatedModel(
    DataSchemaModelConstructor constructor,
    ModelStore fromModel
)
protected:
virtual void SetConstructorParametersForTranslatedModel(
    DataSchemaModelConstructor^ constructor, 
    ModelStore^ fromModel
) abstract
abstract SetConstructorParametersForTranslatedModel : 
        constructor:DataSchemaModelConstructor * 
        fromModel:ModelStore -> unit 
protected abstract function SetConstructorParametersForTranslatedModel(
    constructor : DataSchemaModelConstructor, 
    fromModel : ModelStore
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModelTranslator Třída

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