MissingMappingAction Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine l’action qui se produit lorsqu’un mappage est manquant à partir d’une table source ou d’une colonne source.
public enum class MissingMappingAction
public enum MissingMappingAction
type MissingMappingAction =
Public Enum MissingMappingAction
- Héritage
Champs
| Nom | Valeur | Description |
|---|---|---|
| Passthrough | 1 | La colonne source ou la table source est créée et ajoutée à l’utilisation DataSet de son nom d’origine. |
| Ignore | 2 | La colonne ou la table qui n’a pas de mappage est ignorée. Retourne |
| Error | 3 | Un InvalidOperationException est généré si le mappage de colonnes spécifié est manquant. |
Remarques
Les MissingMappingAction valeurs sont utilisées comme arguments dans la GetColumnMappingBySchemaAction méthode et la GetTableMappingBySchemaAction méthode.