다음을 통해 공유


StagingClearResponse 생성자

정의

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

오버로드

StagingClearResponse()

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

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

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

StagingClearResponse()

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

public:
 StagingClearResponse();
public StagingClearResponse ();
Public Sub New ()

적용 대상

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

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

public:
 StagingClearResponse(int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft::MasterDataServices::OperationResult ^ OperationResult, int RelationshipRecordsClearedCount);
public StagingClearResponse (int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft.MasterDataServices.OperationResult OperationResult, int RelationshipRecordsClearedCount);
new Microsoft.MasterDataServices.StagingClearResponse : int * int * int * Microsoft.MasterDataServices.OperationResult * int -> Microsoft.MasterDataServices.StagingClearResponse
Public Sub New (AttributesRecordsClearedCount As Integer, BatchesQueuedToClearCount As Integer, MemberRecordsClearedCount As Integer, OperationResult As OperationResult, RelationshipRecordsClearedCount As Integer)

매개 변수

AttributesRecordsClearedCount
Int32

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

BatchesQueuedToClearCount
Int32

삭제된 일괄 처리의 수입니다.

MemberRecordsClearedCount
Int32

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

OperationResult
OperationResult

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

RelationshipRecordsClearedCount
Int32

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

적용 대상