Compartilhar via


Construtor EntityStagingProcessResponse (Int32, 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 EntityStagingProcessResponse class with the specified batch ID and operation result.

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

Sintaxe

'Declaração
Public Sub New ( _
    BatchId As Integer, _
    OperationResult As OperationResult _
)
'Uso
Dim BatchId As Integer
Dim OperationResult As OperationResult

Dim instance As New EntityStagingProcessResponse(BatchId, _
    OperationResult)
public EntityStagingProcessResponse(
    int BatchId,
    OperationResult OperationResult
)
public:
EntityStagingProcessResponse(
    int BatchId, 
    OperationResult^ OperationResult
)
new : 
        BatchId:int * 
        OperationResult:OperationResult -> EntityStagingProcessResponse
public function EntityStagingProcessResponse(
    BatchId : int, 
    OperationResult : OperationResult
)

Parâmetros

  • BatchId
    Tipo: System.Int32
    The resultant batch ID given to the batch.

Consulte também

Referência

EntityStagingProcessResponse Classe

Sobrecarregado EntityStagingProcessResponse

Namespace Microsoft.MasterDataServices