FDO API Reference Feature Data Objects

enum LongTransactionPrivilegeOperations
 

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:
LongTransactionPrivilegeOperations_Grant  Grant the user the specified privileges.
LongTransactionPrivilegeOperations_Revoke  Revoke the specified privileges from the user.

Comments or suggestions? Send us feedback.