Partager via


Classe StagingBatchInformation

Specifies 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..::..StagingBatchInformation

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

Syntaxe

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

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 ExtensionData Gets or sets an object that contains extra data.
Propriété publique LastRunEndDate Gets or sets the last date and time when the staging batch was run.
Propriété publique LastRunStartDate Gets or sets the last date and time when the staging batch was started.
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 that were attempted.
Propriété publique MemberErrorCount Gets or sets the number of member creates 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 creates attempted.
Propriété publique ModelName Gets or sets the model name.
Propriété publique PriorBatchId Gets or sets the identifier of a prior attempted batch if the current batch is a reload of the 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 staging batch.
Propriété publique VersionId Gets or sets the identifier of the version.
Propriété publique VersionName Gets or sets the version name.

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.