StagingClearResponse 생성자 (Int32, Int32, Int32, OperationResult, Int32)
Initializes a new instance of the StagingClearResponse class that has the specified count of attributes records, batches, member records, and relationship records cleared, and the operation result..
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
AttributesRecordsClearedCount As Integer, _
BatchesQueuedToClearCount As Integer, _
MemberRecordsClearedCount As Integer, _
OperationResult As OperationResult, _
RelationshipRecordsClearedCount As Integer _
)
‘사용 방법
Dim AttributesRecordsClearedCount As Integer
Dim BatchesQueuedToClearCount As Integer
Dim MemberRecordsClearedCount As Integer
Dim OperationResult As OperationResult
Dim RelationshipRecordsClearedCount As Integer
Dim instance As New StagingClearResponse(AttributesRecordsClearedCount, _
BatchesQueuedToClearCount, MemberRecordsClearedCount, _
OperationResult, RelationshipRecordsClearedCount)
public StagingClearResponse(
int AttributesRecordsClearedCount,
int BatchesQueuedToClearCount,
int MemberRecordsClearedCount,
OperationResult OperationResult,
int RelationshipRecordsClearedCount
)
public:
StagingClearResponse(
int AttributesRecordsClearedCount,
int BatchesQueuedToClearCount,
int MemberRecordsClearedCount,
OperationResult^ OperationResult,
int RelationshipRecordsClearedCount
)
new :
AttributesRecordsClearedCount:int *
BatchesQueuedToClearCount:int *
MemberRecordsClearedCount:int *
OperationResult:OperationResult *
RelationshipRecordsClearedCount:int -> StagingClearResponse
public function StagingClearResponse(
AttributesRecordsClearedCount : int,
BatchesQueuedToClearCount : int,
MemberRecordsClearedCount : int,
OperationResult : OperationResult,
RelationshipRecordsClearedCount : int
)
매개 변수
- AttributesRecordsClearedCount
유형: System.Int32
The number of attributes records cleared.
- BatchesQueuedToClearCount
유형: System.Int32
- MemberRecordsClearedCount
유형: System.Int32
The number of member records cleared.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- RelationshipRecordsClearedCount
유형: System.Int32
The number of relationship records cleared.