FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LongTransactionPrivilegeOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoLongTransactionPrivilegeOperations {
  FdoLongTransactionPrivilegeOperations_Grant,
  FdoLongTransactionPrivilegeOperations_Revoke
}
 The FdoLongTransactionPrivilegeOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionPrivileges command. More...

Enumeration Type Documentation

enum FdoLongTransactionPrivilegeOperations
 

The FdoLongTransactionPrivilegeOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionPrivileges command.

Enumeration values:
FdoLongTransactionPrivilegeOperations_Grant  Grant the user the specified privileges.
FdoLongTransactionPrivilegeOperations_Revoke  Revoke the specified privileges from the user.

Definition at line 31 of file LongTransactionPrivilegeOperations.h.


Comments or suggestions? Send us feedback.