次の方法で共有


ServiceClient.IService.EntityStagingClear メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

エンティティのステージング領域を消去します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Private Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse Implements IService.EntityStagingClear
'使用
Dim instance As ServiceClient
Dim request As EntityStagingClearRequest
Dim returnValue As EntityStagingClearResponse

returnValue = CType(instance, IService).EntityStagingClear(request)
EntityStagingClearResponseIService.EntityStagingClear(
    EntityStagingClearRequest request
)
private:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed = IService::EntityStagingClear
private abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse 
private override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.MasterDataServices.EntityStagingClearResponse
操作の EntityStagingClearResponse

実装

IService.EntityStagingClear(EntityStagingClearRequest)

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間