FDO API Reference | Feature Data Objects |
#include <IGetLongTransactionPrivileges.h>
Inherits FdoICommand.
Inheritance diagram for FdoIGetLongTransactionPrivileges:
Definition at line 37 of file IGetLongTransactionPrivileges.h.
Public Member Functions | |
virtual FDO_API FdoILongTransactionPrivilegeReader * | Execute ()=0 |
Executes the GetLongTransactionPrivileges command, returning a reference to an FdoILongTransactionPrivilegeReader. | |
virtual FDO_API FdoString * | GetLongTransactionName ()=0 |
Gets the name of the long transaction for which privileges should be enumerated. | |
virtual FDO_API void | SetLongTransactionName (FdoString *value)=0 |
Sets the name of the long transaction for which privileges should be enumerated. | |
Friends | |
class | FdoIConnection |
|
Executes the GetLongTransactionPrivileges command, returning a reference to an FdoILongTransactionPrivilegeReader.
|
|
Gets the name of the long transaction for which privileges should be enumerated.
|
|
Sets the name of the long transaction for which privileges should be enumerated.
|
|
Reimplemented from FdoICommand. Definition at line 39 of file IGetLongTransactionPrivileges.h. |
Comments or suggestions? Send us feedback. |