FdoIGetLongTransactionCheckpoints Class Reference

The FdoIGetLongTransactionCheckpoints interface defines the GetLongTransactionCheckpoints command, which allows the user to enumerate the checkpoints for a given long transaction. To execute the operation, the user must have access privilege to the long transaction. More...

#include <IGetLongTransactionCheckpoints.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API
FdoILongTransactionCheckpointReader
Execute ()=0
 Executes the get long transaction checkpoints command, returning a reference to an FdoILongTransactionCheckpointReader.
virtual FDO_API FdoStringGetLongTransactionName ()=0
 Gets the name of the long transaction for which to get the checkpoints.
virtual FDO_API void SetLongTransactionName (FdoString *value)=0
 Sets the name of the long transaction for which to get the checkpoints.

Friends

class FdoIConnection

Detailed Description

The FdoIGetLongTransactionCheckpoints interface defines the GetLongTransactionCheckpoints command, which allows the user to enumerate the checkpoints for a given long transaction. To execute the operation, the user must have access privilege to the long transaction.

Definition at line 37 of file IGetLongTransactionCheckpoints.h.


The documentation for this class was generated from the following file: