FDO API Reference Feature Data Objects

enum FdoLongTransactionPrivilegeOperations
 

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

Parameters:
FdoLongTransactionPrivilegeOperations_Grant Indicates the user is to be granted the specified privileges.
FdoLongTransactionPrivilegeOperations_Revoke Indicates the specified privileges are to be revoked from the user.
.

Enumerator:
FdoLongTransactionPrivilegeOperations_Grant  Grant the user the specified privileges.
FdoLongTransactionPrivilegeOperations_Revoke  Revoke the specified privileges from the user.

Definition at line 36 of file LongTransactionPrivilegeOperations.h.


Comments or suggestions? Send us feedback.