共用方式為


ServiceClient.EntityStagingProcess 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Sets the batch, via batch tag, entity identifier, member type, and version identifier, to be queued for processing.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Function EntityStagingProcess ( _
    International As International, _
    BatchTag As String, _
    EntityId As Identifier, _
    MemberType As MemberType, _
    VersionId As Identifier, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Integer
'用途
Dim instance As ServiceClient
Dim International As International
Dim BatchTag As String
Dim EntityId As Identifier
Dim MemberType As MemberType
Dim VersionId As Identifier
Dim OperationResult As OperationResult
Dim returnValue As Integer

returnValue = instance.EntityStagingProcess(International, _
    BatchTag, EntityId, MemberType, VersionId, _
    OperationResult)
public int EntityStagingProcess(
    International International,
    string BatchTag,
    Identifier EntityId,
    MemberType MemberType,
    Identifier VersionId,
    out OperationResult OperationResult
)
public:
int EntityStagingProcess(
    International^ International, 
    String^ BatchTag, 
    Identifier^ EntityId, 
    MemberType MemberType, 
    Identifier^ VersionId, 
    [OutAttribute] OperationResult^% OperationResult
)
member EntityStagingProcess : 
        International:International * 
        BatchTag:string * 
        EntityId:Identifier * 
        MemberType:MemberType * 
        VersionId:Identifier * 
        OperationResult:OperationResult byref -> int
public function EntityStagingProcess(
    International : International, 
    BatchTag : String, 
    EntityId : Identifier, 
    MemberType : MemberType, 
    VersionId : Identifier, 
    OperationResult : OperationResult
) : int

參數

  • BatchTag
    型別:System.String
    The user defined text used to identify the batch.

傳回值

型別:System.Int32
The unique integer identifier that identifies the batch being queued for processing.

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間