Sdílet prostřednictvím


EntityStagingLoadResponse Constructor (OperationResult, Collection<Identifier>)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    OperationResult As OperationResult, _
    StagingBatches As Collection(Of Identifier) _
)
'Usage
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>
)

Parameters

See Also

Reference

EntityStagingLoadResponse Class

EntityStagingLoadResponse Overload

Microsoft.MasterDataServices Namespace