Share via


DataSchemaModelTranslator.SetConstructorParametersForTranslatedModel Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataSchemaModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace