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
- constructor
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelConstructor
- fromModel
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.