Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
BatchCount As Integer, _
Batches As Collection(Of EntityStagingBatch), _
OperationResult As OperationResult _
)
'Utilisation
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
)
Paramètres
- BatchCount
Type : System.Int32
The total number of batches.
- Batches
Type : System.Collections.ObjectModel.Collection<EntityStagingBatch>
The list of entity staging batches.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The operation result.
Voir aussi
Référence
EntityStagingGetResponse Classe