FDO API Reference Feature Data Objects

FdoILongTransactionPrivilegeReader Class Reference

#include <ILongTransactionPrivilegeReader.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoILongTransactionPrivilegeReader:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoILongTransactionPrivilegeReader interface provides forward only, read-only functionality for enumerating long transaction privileges. A reference to an FdoILongTransactionPrivilegeReader is returned from the GetLongTransactionPrivileges command. The initial position of the FdoILongTransactionPrivilegeReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Definition at line 35 of file ILongTransactionPrivilegeReader.h.


Public Member Functions

virtual FDO_API void Close ()=0
 Closes the FdoILongTransactionPrivilegesReader object, freeing any resources it may be holding.
virtual FDO_API FdoInt32 GetPrivileges ()=0
 Gets the privileges granted to the user currently being read. The returned value may be any combination of the values from the FdoLongTransactionPrivileges enumeration combined via a bit-wise or operation.
virtual FDO_API FdoStringGetUserName ()=0
 Gets the name of the user currently being read.
virtual FDO_API bool ReadNext ()=0
 Advances the reader to the next item. The default position of the reader is prior to the first item. Therefore you must call ReadNext to begin accessing any data.

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