DataSchemaModelTranslator.SetConstructorParametersForCopiedModel-Methode

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace