Icon StopAdminServer Method

procedure StopAdminServer

Usage

Call the StopAdminServer method to cause the database server to stop accepting administrative connections from remote sessions. You may call the StartAdminServer or StopAdminServer methods without removing existing administrative sessions. When stopping the administrative server, however, all administrative sessions will be automatically disconnected.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer. Also, this method is implicitly called when the Active is set to False.
Image