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.