PID Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The PID property retrieves the Microsoft SQL Server process identification.
Sintaxis
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);
Notas
An application uses the PID property to determine the process identification of a specific instance of SQL Server.
[!NOTA]
If an application calls PID on an instance of SQL Server version 7.0, zero is returned.