| FDO API Reference | Feature Data Objects |
#include <IFreezeLongTransaction.h>
Inherits FdoICommand.
Inheritance diagram for FdoIFreezeLongTransaction:

Definition at line 39 of file IFreezeLongTransaction.h.
Public Member Functions | |
| virtual FDO_API void | Execute ()=0 |
| Executes the command. | |
| virtual FDO_API FdoString * | GetName ()=0 |
| Gets the name of the long transaction to freeze or unfreeze as a string. | |
| virtual FDO_API FdoLongTransactionFreezeOperations | GetOperation ()=0 |
| Gets the operation to perform (Freeze or Thaw) on the long transaction. | |
| virtual FDO_API void | SetName (FdoString *value)=0 |
| Sets the name of the long transaction to freeze or unfreeze as a string. | |
| virtual FDO_API void | SetOperation (FdoLongTransactionFreezeOperations value)=0 |
| Sets the operation to perform (Freeze or Thaw) on the long transaction. | |
| Comments or suggestions? Send us feedback. |