EntityStagingLoadResponse 생성자 (OperationResult, Collection<Identifier>)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
‘사용 방법
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>
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result
- StagingBatches
유형: System.Collections.ObjectModel.Collection<Identifier>
The list of entity staging batches to be loaded.