Dela via


DataSchemaModelTranslator.SetConstructorParametersForCopiedModel Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataSchemaModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace