PID Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The PID property retrieves the Microsoft SQL Server process identification.
Синтаксис
object.PID
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Long
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetPID(LPLONG plPID);
Замечания
An application uses the PID property to determine the process identification of a specific instance of SQL Server.
Примечание |
---|
If an application calls PID on an instance of SQL Server version 7.0, zero is returned. |