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

参数

  • BatchTag
    类型:System.String
    The user defined text to identify the batch.
  • QueueForProcessing
    类型:System.Boolean
    true to queue the batch for subsequent processing; otherwise, false.

返回值

类型:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间