ModelTranslatorDefinition, constructeur
Initialise une nouvelle instance de la classe ModelTranslatorDefinition à l'aide des objets ModelSchema fournis.
Espace de noms : Microsoft.Data.Schema.SchemaModel.Translation
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub New ( _
from As ModelSchema, _
to As ModelSchema _
)
public ModelTranslatorDefinition(
ModelSchema from,
ModelSchema to
)
public:
ModelTranslatorDefinition(
ModelSchema^ from,
ModelSchema^ to
)
new :
from:ModelSchema *
to:ModelSchema -> ModelTranslatorDefinition
public function ModelTranslatorDefinition(
from : ModelSchema,
to : ModelSchema
)
Paramètres
- from
Type : Microsoft.Data.Schema.SchemaModel.ModelSchema
Objet ModelSchema source.
- to
Type : Microsoft.Data.Schema.SchemaModel.ModelSchema
Objet ModelSchema cible.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Une ou les deux valeurs de paramètre sont nullune référence null (Nothing en Visual Basic). |
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
ModelTranslatorDefinition Classe
Microsoft.Data.Schema.SchemaModel.Translation, espace de noms