共用方式為


ServiceClient.EntityStagingClear 方法

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

Clears the entity staging area with the specified batch identifier.

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

語法

'宣告
Public Function EntityStagingClear ( _
    International As International, _
    BatchId As Integer, _
    ModelId As Identifier _
) As OperationResult
'用途
Dim instance As ServiceClient
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityStagingClear(International, _
    BatchId, ModelId)
public OperationResult EntityStagingClear(
    International International,
    int BatchId,
    Identifier ModelId
)
public:
OperationResult^ EntityStagingClear(
    International^ International, 
    int BatchId, 
    Identifier^ ModelId
)
member EntityStagingClear : 
        International:International * 
        BatchId:int * 
        ModelId:Identifier -> OperationResult
public function EntityStagingClear(
    International : International, 
    BatchId : int, 
    ModelId : Identifier
) : OperationResult

參數

  • BatchId
    型別:System.Int32
    The unique integer identifier that identifies the batch to clear.

傳回值

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

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間