EntityStagingBatchSelectionMode É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.
Le mode de sélection d’un lot de staging (import).
public enum class EntityStagingBatchSelectionMode
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingBatchSelectionMode
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatchSelectionMode =
Public Enum EntityStagingBatchSelectionMode
- Héritage
-
EntityStagingBatchSelectionMode
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| SingleBatchTag | 0 | Étiquette en un seul lot. |
| NoBatchTag | 1 | Pas de lot de tag. |
| BatchId | 2 | Identifiant de lot. |
| All | 3 | Tous. |
Remarques
Le EntityStagingBatchSelectionMode type simple spécifie le mode de sélection d’un lot de staging (import).