EntityStagingLoadResponse 建構函式 (OperationResult, Collection<Identifier>)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'用途
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New EntityStagingLoadResponse(OperationResult, _
StagingBatches)
public EntityStagingLoadResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
EntityStagingLoadResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> EntityStagingLoadResponse
public function EntityStagingLoadResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
參數
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult
The operation result
- StagingBatches
型別:System.Collections.ObjectModel.Collection<Identifier>
The list of entity staging batches to be loaded.