Поделиться через


Класс StagingBatchInformation

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

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.StagingBatchInformation

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "StagingBatchInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchInformation _
    Inherits DataContractBase
'Применение
Dim instance As StagingBatchInformation
[DataContractAttribute(Name = "StagingBatchInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchInformation : DataContractBase
[DataContractAttribute(Name = L"StagingBatchInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchInformation : public DataContractBase
[<DataContractAttribute(Name = "StagingBatchInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchInformation =  
    class
        inherit DataContractBase
    end
public class StagingBatchInformation extends DataContractBase

Тип StagingBatchInformation обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод StagingBatchInformation Initializes a new instance of the StagingBatchInformation class.

В начало

Свойства

  Имя Описание
Открытое свойство BatchId Gets or sets the identifier of the staging batch.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство LastRunEndDate Gets or sets the last date and time when the staging batch was run.
Открытое свойство LastRunStartDate Gets or sets the last date and time when the staging batch was started.
Открытое свойство MemberAttributeErrorCount Gets or sets the number of attribute updates that resulted in errors.
Открытое свойство MemberAttributeTotalCount Gets or sets the number of attribute updates that were attempted.
Открытое свойство MemberErrorCount Gets or sets the number of member creates that resulted in errors.
Открытое свойство MemberRelationshipErrorCount Gets or sets the number of hierarchy moves that resulted in errors.
Открытое свойство MemberRelationshipTotalCount Gets or sets the number of hierarchy moves attempted.
Открытое свойство MemberTotalCount Gets or sets the number of member creates attempted.
Открытое свойство ModelName Gets or sets the model name.
Открытое свойство 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.
Открытое свойство SourceId Gets or sets an optional identifier to associate the batch with a source system.
Открытое свойство Status Gets or sets the status of the staging batch.
Открытое свойство VersionId Gets or sets the identifier of the version.
Открытое свойство VersionName Gets or sets the version name.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices