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.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatch

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 the staging batch identifier.
Propriété publique BatchTag Infrastructure. Gets or sets a user-defined batch tag.
Propriété publique EntityId Infrastructure. Gets or sets the entity identifier the batch is associated with.
Propriété publique ErrorView Infrastructure. Gets or sets the view that contains detailed error results.
Propriété publique MemberCount Infrastructure. Gets or sets the total number of members in the batch (unrelated to staging state).
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 or 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 identifier 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 protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
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.Services.DataContracts