FdoIActivateLongTransactionCheckpoint Class Reference
The
FdoIActivateLongTransactionCheckpoint interface defines the IActivateLongTransactionCheckpoint command, which allows the user to activate the named checkpoint for the given long transaction. As a result, the long transaction that owns the checkpoint will be activated as well if it is not already the active long transaction. The user requires the access privilege on the long transaction for which the attempt is made to activate a checkpoint.
More...
#include <IActivateLongTransactionCheckpoint.h>
Inherits FdoICommand.
List of all members.
|
Public Member Functions |
virtual FDO_API void | Execute ()=0 |
| Executes the ActivateLongTransactionCheckpoint command.
|
virtual FDO_API FdoString * | GetCheckpointName ()=0 |
| Gets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.
|
virtual FDO_API void | SetCheckpointName (FdoString *value)=0 |
| Sets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction.
|
Friends |
class | FdoIConnection |
Detailed Description
The
FdoIActivateLongTransactionCheckpoint interface defines the IActivateLongTransactionCheckpoint command, which allows the user to activate the named checkpoint for the given long transaction. As a result, the long transaction that owns the checkpoint will be activated as well if it is not already the active long transaction. The user requires the access privilege on the long transaction for which the attempt is made to activate a checkpoint.
Definition at line 38 of file IActivateLongTransactionCheckpoint.h.
The documentation for this class was generated from the following file: