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 EntityStagingGetResponse class with the specified batch count, batches, and operation result.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
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.
- Batches
Tipo: System.Collections.ObjectModel.Collection<EntityStagingBatch>
The list of entity staging batches.
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult
The operation result.
Vea también
Referencia
EntityStagingGetResponse Clase