ServerStates
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
Enumerates values for the State property of server objects.
Constant | Description |
---|---|
stateConnected |
The attempt to connect to the server succeeded. |
stateFailed |
The attempt to connect to the server failed. |
stateUnknown |
The application has disconnected from the server or has not yet connected to the server. |