StagingBatchInformation 类

定义

为有关包含行计数、数据源和先前批处理的临时批处理的统计信息指定只读容器。

public ref class StagingBatchInformation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="StagingBatchInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchInformation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="StagingBatchInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchInformation = class
    inherit DataContractBase
Public Class StagingBatchInformation
Inherits DataContractBase
继承
StagingBatchInformation
属性

构造函数

StagingBatchInformation()

初始化 StagingBatchInformation 类的新实例。

属性

BatchId

获取或设置临时批处理的标识符。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
LastRunEndDate

获取或设置上次运行临时批处理的日期和时间。

LastRunStartDate

获取或设置上次启动临时批处理的日期和时间。

MemberAttributeErrorCount

获取或设置导致错误的属性更新次数。

MemberAttributeTotalCount

获取或设置已尝试的属性更新次数。

MemberErrorCount

获取或设置导致错误的成员创建次数。

MemberRelationshipErrorCount

获取或设置导致错误的层次结构移动次数。

MemberRelationshipTotalCount

获取或设置尝试的层次结构移动次数。

MemberTotalCount

获取或设置尝试的成员创建次数。

ModelName

获取或设置模型名称。

PriorBatchId

获取或设置前一次尝试的批处理的标识符(如果当前批处理是前一批处理的更正后错误记录的重新加载)。

SourceId

获取或设置要将该批处理与某个源系统相关联的可选标识符。

Status

获取或设置临时批处理的状态。

VersionId

获取或设置版本的标识符。

VersionName

获取或设置版本名称。

适用于