CloseServer (clsServer)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The CloseServer method of an object of ClassType clsServer releases all server resources and sets the State property of the object to stateUnknown.
Синтаксис
dsoServer.CloseServer
Параметры
- dsoServer
The Decision Support Objects (DSO) server object to be closed.
Пример
The following example assumes that the server object exists and is connected to an Analysis server. The example closes a previously created connection:
dsoServer.CloseServer