StagingClearResponse 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
삭제된 관계 레코드의 수입니다.