FDO API Reference Feature Data Objects

mgIChangeLongTransactionPrivileges.h File Reference

Include dependency graph for mgIChangeLongTransactionPrivileges.h:

This graph shows which files directly or indirectly include this file:


Functions

System::Void Execute ()
 Executes the ChangeLongTransactionPrivilege command.
__property NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionPrivilegeOperations get_Operation ()
 Gets the operation to perform, grant, or revoke.
__property System::Int32 get_Privileges ()
 Gets the privilege flags to grant or revoke.The returned value may be any combination of the values from the FdoLongTransactionPrivileges enumeration combined via a bit-wise or operation.
__property System::String * get_UserName ()
 Gets the name of the user for which to grant or revoke privileges.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which privileges should be changed.
__property System::Void set_Operation (NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::LongTransactionPrivilegeOperations value)
 Sets the operation to perform, grant, or revoke.
__property System::Void set_Privileges (System::Int32 value)
 Sets the privilege flags to grant or revoke. The privileges value may be any combination of the values from the FdoLongTransactionPrivileges enumeration combined via a bit-wise or operation.
__property System::Void set_UserName (System::String *value)
 Sets the name of the user for which to grant or revoke privileges.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
IChangeLongTransactionPrivileges
 The FdoIChangeLongTransactionPrivileges interface defines the ChangeLongTransactionPrivileges command, which grants or revokes long transaction privileges for the named user. The ability to change the privileges might be restricted by the datastore security if the long transaction doesn’t belong to the user executing the command.

Comments or suggestions? Send us feedback.