FDO API Reference Feature Data Objects

FdoIGetLongTransactionPrivileges Class Reference

#include <IGetLongTransactionPrivileges.h>

Inherits FdoICommand.

Inheritance diagram for FdoIGetLongTransactionPrivileges:

Inheritance graph
[legend]
List of all members.

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.


Public Member Functions

virtual FDO_API FdoILongTransactionPrivilegeReaderExecute ()=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

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.