Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult
The operation result.
Vea también
Referencia
EntityStagingProcessResponse Clase