SQLServer Object
Terminates a SQL Server process.
SQLServer.KillProcess ( [ProcessID :=] lProcess )
HRESULT pSQLServer->KillProcess ( long lProcess );
Element | Type | Description |
---|
lProcess | Long | SQL Server process ID |
A SQLServer object cannot use KillProcess to terminate its own connection.
KILL