FDO .NET 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:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

System::Void OSGeo::FDO::Commands::LongTransaction::Execute ()
 Executes the RollbackLongTransactionCheckpoint command.
__property OSGeo::FDO::Commands::LongTransaction::LongTransactionPrivilegeOperations OSGeo::FDO::Commands::LongTransaction::get_Operation ()
 Gets the operation to perform (Freeze or Thaw) on the long transaction.
__property System::Int32 OSGeo::FDO::Commands::LongTransaction::get_Privileges ()
 Gets the privilege flags to grant or revoke.The returned value may be any combination of the values from the LongTransactionPrivileges enumeration combined via a bit-wise or operation.
__property System::String * OSGeo::FDO::Commands::LongTransaction::get_UserName ()
 Gets the name of the user for which to grant or revoke privileges.
__property System::Void OSGeo::FDO::Commands::LongTransaction::set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which a checkpoint should be rolled back.
__property System::Void OSGeo::FDO::Commands::LongTransaction::set_Operation (OSGeo::FDO::Commands::LongTransaction::LongTransactionPrivilegeOperations value)
 Sets the operation to perform, grant, or revoke.
__property System::Void OSGeo::FDO::Commands::LongTransaction::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 LongTransactionPrivileges enumeration combined via a bit-wise or operation.
__property System::Void OSGeo::FDO::Commands::LongTransaction::set_UserName (System::String *value)
 Sets the name of the user for which to grant or revoke privileges.

Variables

public __gc __interface OSGeo::FDO::Commands::LongTransaction::IChangeLongTransactionPrivileges

Comments or suggestions? Send us feedback.