Condividi tramite


Costruttore StagingGetResponse (Collection(StagingBatch), OperationResult, Collection(StagingUnbatchedInformation))

Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    Batches As Collection(Of StagingBatch), _
    OperationResult As OperationResult, _
    UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'Utilizzo
Dim Batches As Collection(Of StagingBatch)
Dim OperationResult As OperationResult
Dim UnbatchedInformation As Collection(Of StagingUnbatchedInformation)

Dim instance As New StagingGetResponse(Batches, _
    OperationResult, UnbatchedInformation)
public StagingGetResponse(
    Collection<StagingBatch> Batches,
    OperationResult OperationResult,
    Collection<StagingUnbatchedInformation> UnbatchedInformation
)
public:
StagingGetResponse(
    Collection<StagingBatch^>^ Batches, 
    OperationResult^ OperationResult, 
    Collection<StagingUnbatchedInformation^>^ UnbatchedInformation
)
new : 
        Batches:Collection<StagingBatch> * 
        OperationResult:OperationResult * 
        UnbatchedInformation:Collection<StagingUnbatchedInformation> -> StagingGetResponse
public function StagingGetResponse(
    Batches : Collection<StagingBatch>, 
    OperationResult : OperationResult, 
    UnbatchedInformation : Collection<StagingUnbatchedInformation>
)

Parametri