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
특성

생성자

Name Description
StagingGetResponse()

기본 값을 가진 클래스의 StagingGetResponse 새로운 인스턴스를 초기화합니다.

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

지정된 배치 목록, 연산 결과, 배치되지 않은 정보를 가진 클래스의 StagingGetResponse 새 인스턴스를 초기화합니다.

필드

Name Description
Batches

반품할 배치 목록.

OperationResult

이 작업 결과에는 추적과 기록을 위한 고유 ID가 포함되어 있습니다.

UnbatchedInformation

배치와 연관되지 않은 스테이징 시스템 내 레코드에 대한 요약 정보.

적용 대상