EntityStagingLoadResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe EntityStagingLoadResponse.
Sobrecargas
EntityStagingLoadResponse() |
Inicializa uma nova instância da classe EntityStagingLoadResponse. |
EntityStagingLoadResponse(OperationResult, Collection<Identifier>) |
Inicializa uma nova instância da classe EntityStagingLoadResponse que com o resultado e lotes de preparação da operação especificados. |
EntityStagingLoadResponse()
Inicializa uma nova instância da classe EntityStagingLoadResponse.
public:
EntityStagingLoadResponse();
public EntityStagingLoadResponse ();
Public Sub New ()
Aplica-se a
EntityStagingLoadResponse(OperationResult, Collection<Identifier>)
Inicializa uma nova instância da classe EntityStagingLoadResponse que com o resultado e lotes de preparação da operação especificados.
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))
Parâmetros
- OperationResult
- OperationResult
O resultado da operação
- StagingBatches
- Collection<Identifier>
A lista de lotes de preparação da entidade a ser carregada.