Provides access to administration functions of a Data Server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IDataServerManagerAdmin interface allows you to administer a Database Server.
When To Use
Use this inteface to perform operations such as creating and deleting Geodatabases, adding or deleting logins, backing up Geodatabases, etc.
Members
Description | ||
---|---|---|
![]() |
Analyze | Updates the statistics for a Geodatabase. |
![]() |
AttachGeodatabase | Attachs an existing database to a server. |
![]() |
BackupGeodatabase | Performs a full backup on the specified Geodatabase. |
![]() |
CreateGeodatabase | Creates a new Geodatabase. |
![]() |
CreateLogin | Creates a new login. |
![]() |
CreateWorkspaceName | Creates a Workspace Name object to the Geodatabase. |
![]() |
DeleteGeodatabase | Deletes a Geodatabase. |
![]() |
DeleteLogin | Deletes a login. |
![]() |
DetachGeodatabase | Detachs a database from a server. |
![]() |
GetConnectedUsers | Gets active users. |
![]() |
GetDBProperties | Returns various properties on a Database. |
![]() |
GetFileProperties | Return various properties on a database file. |
![]() |
GetGeodatabaseName | Returns the Database name from the database file. |
![]() |
GetGeodatabaseNames | Returns a list of Geodatabse names. |
![]() |
GetLogins | Returns a list logins and associated information. |
![]() |
GetServerAdministrators | Gets a list of server administrators. |
![]() |
GetUsersByPermissionType | Get Users in by the Permission type. |
![]() |
IsConnectedUserAdministrator | Indicates whether the connected user is an administrator or not. |
![]() |
IsSimpleRecoveryModel | Returns whether the Geodatabase is in simple recovery model or not. |
![]() |
ModifyGeodatabaseSecurity | Modify a login's database security. |
![]() |
ModifyLoginSecurity | Modify a login's server security. |
![]() |
RebuildIndices | Rebuilds the indices on all tables in a Geodatabase. |
![]() |
RestoreGeodatabase | Restores a backup for the specified Geodatabase. |
![]() |
SetGeodatabaseToSimpleRecoveryModel | Sets a Geodatabase to simple recovery model. |
![]() |
ShrinkGeodatabase | Shrinks the size of a Geodatabase and frees up unused space. |
![]() |
UpgradeGeoDatabase | Upgrades a Geodatabase. |
![]() |
UpgradeSDESchema | Upgrades the SDE schema. |
CoClasses that implement IDataServerManagerAdmin
CoClasses and Classes | Description |
---|---|
DataServerManager | Object to administer a Data Server. |
Remarks
You must first be connected to perform administration operations and be an administrator on the Database Server.