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.