Partilhar via


Método ServiceClient.EntityStagingLoad

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Loads the members and its relationship into the entity staging area.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
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
'Uso
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

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

ServiceClient Classe

Namespace Microsoft.MasterDataServices