Provides access to members controlling the database service.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
ContinueServer | Continues the server. | 
![]()  | 
HasControlPermissions | Indicates whether the user has permissions to control the service. | 
![]()  | 
PauseServer | Pauses the server. | 
![]()  | 
ServerStatus | The status of the server. | 
![]()  | 
StartServer | Starts the server. | 
![]()  | 
StopServer | Stops the server. | 
CoClasses that implement IServiceControl
| CoClasses and Classes | Description | 
|---|---|
| DataServerManager | Object to administer a Data Server. | 
Remarks
The IServiceControl interface allows you to perform general operations on a Database Service, such as Start, Stop, Pause, etc. You do not need to be connected to the Database Service in order to use these methods.

