ArcObjects Library Reference (GeoDatabaseDistributed)  

IGeoDataServer Interface

Provides access to methods supported by a GeoDataServer Object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method CompareReplicaSchema Compares the schema of a replica with that of its relative, and returns a schema changes XML document.
Method CreateReplica Creates a Replica.
Read-only property DataElements The data elements in the workspace.
Read-only property DefaultWorkingVersion The default working version for all operations/methods.
Method ExpandReplicaDatasets Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.).
Method ExportAcknowledgement Export an acknowledgement message for a replica.
Method ExportReplicaDataChanges Exports data changes for a replica.
Method ExportReplicaSchema Exports the schema of a replica to an Xml document.
Method ExtractData Extract Data.
Method GetNextResultPortion Gets the next portion of the results.
Method ImportAcknowledgement Import an acknowledgement message for a replica.
Method ImportData Imports data into the workspace.
Method ImportReplicaDataChanges Import the data changes for a replica.
Method ImportReplicaSchemaChanges Updates the schema of the replica with the changes in an schema changes XML document.
Read-only property MaxRecordCount The maximum number of records to be returned by a search.
Method ReExportReplicaDataChanges Re-exports data changes for a replica.
Read-only property Replicas The replicas in the workspace.
Method TableSearch Returns the records satisfying the specified query.
Method UnregisterReplica Unregisters the replica.
Read-only property Versions The versions in the workspace.
Read-only property WrappedWorkspaceType The type of the geodatabase the geodataserver operates on.

CoClasses that implement IGeoDataServer

CoClasses and Classes Description
GeoDataServer The GeoDataServer component provides programmatic access to a geodatabase.
GeoDataServerIP The internet proxy for the geodata server.
GeoDataServerLP The lan proxy for the geodata server.

Remarks

The IGeoDataServer interface exposes methods and properties to perform geodatabase replication operations, make copies using data extraction and query and browse a geodatabase.

.NET Related Topics

GeoData services | How to create a replica in a connected environment | How to create a replica in a disconnected environment | How to initialize a GeoDataServer object | How to synchronize a data change message in a disconnected environment | How to synchronize a replica in a connected environment | How to synchronize an acknowledgement message in a disconnected environment | Pooling objects with server objects