Partager via


Classe EntityStagingBatch

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Identifies a unique batch awaiting or undergoing entity based staging.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.EntityStagingBatch

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
    Inherits DataContractBase
'Utilisation
Dim instance As EntityStagingBatch
[DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatch : DataContractBase
[DataContractAttribute(Name = L"EntityStagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityStagingBatch : public DataContractBase
[<DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatch =  
    class
        inherit DataContractBase
    end
public class EntityStagingBatch extends DataContractBase

Le type EntityStagingBatch expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityStagingBatch Infrastructure. Initializes a new instance of the EntityStagingBatch class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BatchId Infrastructure. Gets or sets an ID that uniquely identifies the batch.
Propriété publique BatchTag Infrastructure. Gets or sets a user-defined batch tag.
Propriété publique EntityId Infrastructure. Gets or sets the entity the batch is associated with.
Propriété publique ErrorView Infrastructure. Gets or sets the view that contains detailed error results.
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique MemberCount Infrastructure. Gets or sets the total number of members in the batch.
Propriété publique MemberType Infrastructure. Gets or sets the member type the batch is associated with.
Propriété publique ProcessedEnd Infrastructure. Gets or sets the time processing finished for the batch.
Propriété publique ProcessedStart Infrastructure. Gets or sets the time processing started for the batch.
Propriété publique RowsInError Infrastructure. Gets or sets the TotalErrorCount number of rows that contain at least one error.
Propriété publique Status Infrastructure. Gets or sets the current status of the batch.
Propriété publique VersionId Infrastructure. Gets or sets the version the batch was staged into.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices