Compartir a través de


EntityStagingProcessResponse Constructor (Int32, OperationResult)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

EntityStagingProcessResponse Clase

Sobrecarga de EntityStagingProcessResponse

Espacio de nombres Microsoft.MasterDataServices