Partilhar via


Construtor EntityStagingGetResponse (Int32, Collection<EntityStagingBatch>, OperationResult)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
Public Sub New ( _
    BatchCount As Integer, _
    Batches As Collection(Of EntityStagingBatch), _
    OperationResult As OperationResult _
)
'Uso
Dim BatchCount As Integer
Dim Batches As Collection(Of EntityStagingBatch)
Dim OperationResult As OperationResult

Dim instance As New EntityStagingGetResponse(BatchCount, _
    Batches, OperationResult)
public EntityStagingGetResponse(
    int BatchCount,
    Collection<EntityStagingBatch> Batches,
    OperationResult OperationResult
)
public:
EntityStagingGetResponse(
    int BatchCount, 
    Collection<EntityStagingBatch^>^ Batches, 
    OperationResult^ OperationResult
)
new : 
        BatchCount:int * 
        Batches:Collection<EntityStagingBatch> * 
        OperationResult:OperationResult -> EntityStagingGetResponse
public function EntityStagingGetResponse(
    BatchCount : int, 
    Batches : Collection<EntityStagingBatch>, 
    OperationResult : OperationResult
)

Parâmetros

  • BatchCount
    Tipo: System.Int32
    The total number of batches.

Consulte também

Referência

EntityStagingGetResponse Classe

Sobrecarregado EntityStagingGetResponse

Namespace Microsoft.MasterDataServices