Freigeben über


PID Property

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The PID property retrieves the Microsoft SQL Server process identification.

Syntax

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);

Hinweise

An application uses the PID property to determine the process identification of a specific instance of SQL Server.

HinweisHinweis

If an application calls PID on an instance of SQL Server version 7.0, zero is returned.

Applies To: