Costruttore 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..
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
AttributesRecordsClearedCount As Integer, _
BatchesQueuedToClearCount As Integer, _
MemberRecordsClearedCount As Integer, _
OperationResult As OperationResult, _
RelationshipRecordsClearedCount As Integer _
)
'Utilizzo
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
)
Parametri
- AttributesRecordsClearedCount
Tipo: System. . :: . .Int32
The number of attributes records cleared.
- BatchesQueuedToClearCount
Tipo: System. . :: . .Int32
- MemberRecordsClearedCount
Tipo: System. . :: . .Int32
The number of member records cleared.
- OperationResult
Tipo: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- RelationshipRecordsClearedCount
Tipo: System. . :: . .Int32
The number of relationship records cleared.
Vedere anche