Provides access to members that support initializing a GeoDataServer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
InitFromConnectionString | Initializes a GeoDataServer object from a connection string to a geodatabase. | |
InitFromFile | Initializes a GeoDataServer object from a geodatabase or an sde connection file (*.sde). | |
InitFromMap | Initializes a GeoDataServer object with a map document. | |
InitWithWorkspace | Initializes a GeoDataServer object with a workspace. | |
MaxRecordCount | The maximum number of records returned for query results. | |
PhysicalOutputDirectory | The physical directory for output files. | |
VirtualOutputDirectory | The virtual directory for output files. |
CoClasses that implement IGeoDataServerInit
CoClasses and Classes | Description |
---|---|
GeoDataServer | The GeoDataServer component provides programmatic access to a geodatabase. |
Remarks
The IGeoDataServerInit interface is used to initialize the GeoDataServer coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used. GeoDataServers that are already published in ArcGIS server can also be accessed using the GISClient or Server libraries depending on the type of connection.
[C#]
The How to initialize a GeoDataServer object sample describes various ways to initialize a GeoDataServer.