Partager via


Classe StagingBatchInformation

Represents a read-only container for statistical information about a staging batch including row counts, data source, and prior batch.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..StagingBatchInformation

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

Syntaxe

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

Le type StagingBatchInformation expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique BatchId Gets or sets the identifier of the staging batch.
Propriété publique LastRunEndDate Gets or sets a value indicating the most recent completion DateTime for the staging batch.
Propriété publique LastRunStartDate Gets or sets a value indicating the most recent start DateTime for the staging batch.
Propriété publique MemberAttributeErrorCount Gets or sets the number of attribute updates that resulted in errors.
Propriété publique MemberAttributeTotalCount Gets or sets the number of attribute updates attempted.
Propriété publique MemberErrorCount Gets or sets the number of member creations that resulted in errors.
Propriété publique MemberRelationshipErrorCount Gets or sets the number of hierarchy moves that resulted in errors.
Propriété publique MemberRelationshipTotalCount Gets or sets the number of hierarchy moves attempted.
Propriété publique MemberTotalCount Gets or sets the number of member creations attempted.
Propriété publique ModelName Gets or sets the name of the model for the staging batch.
Propriété publique PriorBatchId Gets or sets an ID of a prior attempted batch if the current batch is a reload of prior batch’s corrected error records.
Propriété publique SourceId Gets or sets an optional identifier to associate the batch with a source system.
Propriété publique Status Gets or sets the status of the batch.
Propriété publique VersionId Gets or sets the identifier of the version.
Propriété publique VersionName Gets or sets the name of the version for the staging batch.

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.