DataSchemaModelTranslator.SetConstructorParametersForCopiedModel, méthode
Espace de noms : Microsoft.Data.Schema.SchemaModel.Translation
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- constructor
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModelConstructor
- fromModel
Type : Microsoft.Data.Schema.SchemaModel.ModelStore
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataSchemaModelTranslator Classe
Microsoft.Data.Schema.SchemaModel.Translation, espace de noms