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.