Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
BatchId As StagingBatch, _
OperationResult As OperationResult _
)
'Usage
Dim BatchId As StagingBatch
Dim OperationResult As OperationResult
Dim instance As New StagingProcessResponse(BatchId, _
OperationResult)
public StagingProcessResponse(
StagingBatch BatchId,
OperationResult OperationResult
)
public:
StagingProcessResponse(
StagingBatch^ BatchId,
OperationResult^ OperationResult
)
new :
BatchId:StagingBatch *
OperationResult:OperationResult -> StagingProcessResponse
public function StagingProcessResponse(
BatchId : StagingBatch,
OperationResult : OperationResult
)
Parameter
- BatchId
Typ: Microsoft.MasterDataServices.StagingBatch
The batch ID of the records that were previously unbatched.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.