Конструктор 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.
См. также
Справочник
EntityStagingLoadResponse Класс