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

Definition at line 38 of file IActivateLongTransaction.h.
Public Member Functions | |
| virtual FDO_API void | Execute ()=0 |
| Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction. | |
| virtual FDO_API FdoString * | GetName ()=0 |
| Gets the name of the long transaction to activate as a string. | |
| virtual FDO_API void | SetName (FdoString *value)=0 |
| Sets the name of the long transaction to activate as a string. | |
Friends | |
| class | FdoIConnection |
| Comments or suggestions? Send us feedback. |