FdoIGetLongTransactionPrivileges Class Reference

The FdoIGetLongTransactionPrivileges interface defines the GetLongTransactionPrivileges command, which allows the user to enumerate the privileges of a long transaction established for each user. The ability to successfully execute the command might be restricted by the datastore security if the long transaction doesn’t belong to the user executing the command. More...

#include <IGetLongTransactionPrivileges.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API
FdoILongTransactionPrivilegeReader
Execute ()=0
 Executes the GetLongTransactionPrivileges command, returning a reference to an FdoILongTransactionPrivilegeReader.
virtual FDO_API FdoStringGetLongTransactionName ()=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

Detailed Description

The FdoIGetLongTransactionPrivileges interface defines the GetLongTransactionPrivileges command, which allows the user to enumerate the privileges of a long transaction established for each user. The ability to successfully execute the command might be restricted by the datastore security if the long transaction doesn’t belong to the user executing the command.

Definition at line 37 of file IGetLongTransactionPrivileges.h.


The documentation for this class was generated from the following file: