This document is archived and information here might be outdated. Recommended version. |
Provides access to members controlling the database service.
Name | 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. |
Classes | Description |
---|---|
DataServerManager | Object to administer a Data Server. |
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.