StagingClearResponse 클래스

정의

삭제된 일괄 처리와 특성, 멤버 및 관계 레코드의 수를 지정하는 응답 메시지를 나타냅니다.

public ref class StagingClearResponse
[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="StagingClearResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingClearResponse
[<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="StagingClearResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingClearResponse = class
Public Class StagingClearResponse
상속
StagingClearResponse
특성

생성자

StagingClearResponse()

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

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

지정된 작업 결과와 삭제된 특성 레코드, 일괄 처리, 멤버 레코드 및 관계 레코드의 수를 포함하는 StagingClearResponse 클래스의 새 인스턴스를 초기화합니다.

필드

AttributesRecordsClearedCount

삭제된 특성 레코드의 수입니다.

BatchesQueuedToClearCount

지울 일괄 처리의 수입니다.

MemberRecordsClearedCount

삭제된 멤버 레코드의 수입니다.

OperationResult

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

RelationshipRecordsClearedCount

삭제된 관계 레코드의 수입니다.

적용 대상