Freigeben über


ServiceClient.IService.EntityStagingClear-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Clears the entity staging area.

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

Syntax

'Declaration
Private Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse Implements IService.EntityStagingClear
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.EntityStagingClearResponse
The EntityStagingClearResponse for the operation.

Implementiert

IService.EntityStagingClear(EntityStagingClearRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace