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