다음을 통해 공유


StagingGetResponse 클래스

정의

준비 일괄 처리 정보가 있는 배열 및 작업 결과를 포함하는 응답을 나타냅니다.

public ref class StagingGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingGetResponse = class
Public Class StagingGetResponse
상속
StagingGetResponse
특성

생성자

StagingGetResponse()

기본값을 포함하는 StagingGetResponse 클래스의 새 인스턴스를 초기화합니다.

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

지정된 일괄 처리 목록, 작업 결과 및 일괄 처리되지 않은 정보를 사용하여 StagingGetResponse 클래스의 새 인스턴스를 초기화합니다.

필드

Batches

반환할 일괄 처리 목록입니다.

OperationResult

추적 및 로깅에 사용할 고유 ID를 포함하는 작업 결과입니다.

UnbatchedInformation

준비 시스템에서 일괄 처리와 연결되지 않은 레코드에 대한 요약 정보입니다.

적용 대상