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

버전 이름을 가져오거나 설정합니다.

적용 대상