FdoILongTransactionPrivilegeReader Class Reference
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.
More...
#include <ILongTransactionPrivilegeReader.h>
Inherits FdoIDisposable.
List of all members.
|
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 FdoString * | GetUserName ()=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.
|
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.
The documentation for this class was generated from the following file: