EntityStagingBatch 클래스

정의

엔터티 기반 준비가 대기 중 또는 진행 중인 고유 일괄 처리를 식별합니다.

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

생성자

EntityStagingBatch()

EntityStagingBatch 클래스의 새 인스턴스를 초기화합니다.

속성

BatchId

일괄 처리를 고유하게 식별하는 ID를 가져오거나 설정합니다.

BatchTag

사용자 정의 일괄 처리 태그를 가져오거나 설정합니다.

EntityId

일괄 처리가 연결된 엔터티를 가져오거나 설정합니다.

ErrorView

자세한 오류 결과를 포함하는 뷰를 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 구조를 가져오거나 설정합니다.

(다음에서 상속됨 DataContractBase)
MemberCount

일괄 처리의 총 멤버 수를 가져오거나 설정합니다.

MemberType

일괄 처리가 연결된 멤버 유형을 가져오거나 설정합니다.

ProcessedEnd

일괄 처리를 마친 시간을 가져오거나 설정합니다.

ProcessedStart

일괄 처리를 시작한 시간을 가져오거나 설정합니다.

RowsInError

하나 이상의 오류를 포함한 행의 TotalErrorCount 수를 가져오거나 설정합니다.

Status

일괄 처리의 현재 상태를 가져오거나 설정합니다.

VersionId

일괄 처리가 준비된 버전을 가져오거나 설정합니다.

적용 대상