EntityStagingLoadResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 EntityStagingLoadResponse 類別的新執行個體。
多載
| EntityStagingLoadResponse() |
初始化 EntityStagingLoadResponse 類別的新執行個體。 |
| EntityStagingLoadResponse(OperationResult, Collection<Identifier>) |
初始化具有指定的作業結果與暫存批次之 EntityStagingLoadResponse 類別的新執行個體。 |
EntityStagingLoadResponse()
初始化 EntityStagingLoadResponse 類別的新執行個體。
public:
EntityStagingLoadResponse();
public EntityStagingLoadResponse ();
Public Sub New ()
適用於
EntityStagingLoadResponse(OperationResult, Collection<Identifier>)
初始化具有指定的作業結果與暫存批次之 EntityStagingLoadResponse 類別的新執行個體。
public:
EntityStagingLoadResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ StagingBatches);
public EntityStagingLoadResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
new Microsoft.MasterDataServices.EntityStagingLoadResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.EntityStagingLoadResponse
Public Sub New (OperationResult As OperationResult, StagingBatches As Collection(Of Identifier))
參數
- OperationResult
- OperationResult
作業結果。
- StagingBatches
- Collection<Identifier>
要載入之實體暫存批次的清單。