Freigeben über


EntityStagingGetResponse-Konstruktor (Int32, Collection<EntityStagingBatch>, OperationResult)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

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

Syntax

'Declaration
Public Sub New ( _
    BatchCount As Integer, _
    Batches As Collection(Of EntityStagingBatch), _
    OperationResult As OperationResult _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

EntityStagingGetResponse Klasse

EntityStagingGetResponse-Überladung

Microsoft.MasterDataServices-Namespace