Partager via


Constructeur EntityStagingLoadResponse (OperationResult, Collection<Identifier>)

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 EntityStagingLoadResponse class with the specified operation result and staging batches.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    OperationResult As OperationResult, _
    StagingBatches As Collection(Of Identifier) _
)
'Utilisation
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)

Dim instance As New EntityStagingLoadResponse(OperationResult, _
    StagingBatches)
public EntityStagingLoadResponse(
    OperationResult OperationResult,
    Collection<Identifier> StagingBatches
)
public:
EntityStagingLoadResponse(
    OperationResult^ OperationResult, 
    Collection<Identifier^>^ StagingBatches
)
new : 
        OperationResult:OperationResult * 
        StagingBatches:Collection<Identifier> -> EntityStagingLoadResponse
public function EntityStagingLoadResponse(
    OperationResult : OperationResult, 
    StagingBatches : Collection<Identifier>
)

Paramètres

Voir aussi

Référence

EntityStagingLoadResponse Classe

Surcharge EntityStagingLoadResponse

Espace de noms Microsoft.MasterDataServices