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 命名空间