共用方式為


StagingGetResponse 建構函式 (Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

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

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Sub New ( _
    Batches As Collection(Of StagingBatch), _
    OperationResult As OperationResult, _
    UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'用途
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>
)

參數

請參閱

參考

StagingGetResponse 類別

StagingGetResponse 多載

Microsoft.MasterDataServices 命名空間