Метод ServiceClient.EntityStagingLoad
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Loads the members and its relationship into the entity staging area.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Function EntityStagingLoad ( _
International As International, _
BatchTag As String, _
ImportType As EntityStagingImportType, _
ModelMembers As Collection(Of EntityMembers), _
QueueForProcessing As Boolean, _
<OutAttribute> ByRef StagingBatches As Collection(Of Identifier) _
) As OperationResult
'Применение
Dim instance As ServiceClient
Dim International As International
Dim BatchTag As String
Dim ImportType As EntityStagingImportType
Dim ModelMembers As Collection(Of EntityMembers)
Dim QueueForProcessing As Boolean
Dim StagingBatches As Collection(Of Identifier)
Dim returnValue As OperationResult
returnValue = instance.EntityStagingLoad(International, _
BatchTag, ImportType, ModelMembers, _
QueueForProcessing, StagingBatches)
public OperationResult EntityStagingLoad(
International International,
string BatchTag,
EntityStagingImportType ImportType,
Collection<EntityMembers> ModelMembers,
bool QueueForProcessing,
out Collection<Identifier> StagingBatches
)
public:
OperationResult^ EntityStagingLoad(
International^ International,
String^ BatchTag,
EntityStagingImportType ImportType,
Collection<EntityMembers^>^ ModelMembers,
bool QueueForProcessing,
[OutAttribute] Collection<Identifier^>^% StagingBatches
)
member EntityStagingLoad :
International:International *
BatchTag:string *
ImportType:EntityStagingImportType *
ModelMembers:Collection<EntityMembers> *
QueueForProcessing:bool *
StagingBatches:Collection<Identifier> byref -> OperationResult
public function EntityStagingLoad(
International : International,
BatchTag : String,
ImportType : EntityStagingImportType,
ModelMembers : Collection<EntityMembers>,
QueueForProcessing : boolean,
StagingBatches : Collection<Identifier>
) : OperationResult
Параметры
- International
Тип: Microsoft.MasterDataServices.International
The cultural settings.
- BatchTag
Тип: System.String
The user defined text to identify the batch.
- ImportType
Тип: Microsoft.MasterDataServices.EntityStagingImportType
The type of import that should be attempted within the record to be staged.
- ModelMembers
Тип: System.Collections.ObjectModel.Collection<EntityMembers>
The collection of members to load.
- QueueForProcessing
Тип: System.Boolean
true to queue the batch for subsequent processing; otherwise, false.
- StagingBatches
Тип: System.Collections.ObjectModel.Collection<Identifier>%
When this method returns, contains the collection of identifiers of the staging batches. This parameter is passed uninitialized.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.