Disconnect Method (Python)
Disconnects from the associated instance of IBM® SPSS® Statistics Server.
- The method has no effect when called on the local server.
- After calling the
Disconnect
method, you must connect to another server before calling other methods in theSpssClient
module. - It is not necessary to disconnect before connecting to a new server.
Note: This method is not available when called from a Python program
in distributed mode (Python programs make use of the interface exposed
by the Python spss
module).
Syntax
SpssServerConf.Disconnect()