FDO API Reference Feature Data Objects

IRollbackLongTransactionCheckpointImp Class Reference

List of all members.

Detailed Description

The FdoIRollbackLongTransactionCheckpoint interface defines the RollbackLongTransactionCheckpoint command, which allows the user to roll back changes to a named checkpoint for the given long transaction. The user requires the access privilege on the long transaction for which the user tries to perform the operation.


Public Member Functions

System::Void Dispose ()
System::Void Execute ()
 Executes the RollbackLongTransactionCheckpoint command.
__property System::String * get_CheckpointName ()
 Gets the name of the checkpoint to which the rollback operation should be executed.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which a checkpoint should be rolled back.
__property System::Void set_CheckpointName (System::String *value)
 Sets the name of the checkpoint to which the rollback operation should be executed.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which a checkpoint should be rolled back.

Comments or suggestions? Send us feedback.