Freigeben über


Service.EntityStagingClear-Methode

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

Displays the given batch to the “queued to clear” status.

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

Syntax

'Declaration
Public Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse
'Usage
Dim instance As Service 
Dim request As EntityStagingClearRequest 
Dim returnValue As EntityStagingClearResponse 

returnValue = instance.EntityStagingClear(request)
public EntityStagingClearResponse EntityStagingClear(
    EntityStagingClearRequest request
)
public:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed
abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse  
override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
public final function EntityStagingClear(
    request : EntityStagingClearRequest
) : EntityStagingClearResponse

Parameter

Rückgabewert

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

Implementiert

IService.EntityStagingClear(EntityStagingClearRequest)

Siehe auch

Verweis

Service Klasse

Microsoft.MasterDataServices.Services-Namespace