StagingProcessResponse 构造函数 (StagingBatch, OperationResult)
Initializes a new instance of the StagingProcessResponse class that has the specified batch ID and operation result.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
BatchId As StagingBatch, _
OperationResult As OperationResult _
)
用法
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
)
参数
- BatchId
类型:Microsoft.MasterDataServices. . :: . .StagingBatch
The batch ID of the records that were previously unbatched.
- OperationResult
类型:Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.