共用方式為


SqlConnection.ServerProcessId 屬性

定義

取得使用中連線的伺服器進程識別碼 (SPID) 。

public:
 property int ServerProcessId { int get(); };
[System.ComponentModel.Browsable(false)]
public int ServerProcessId { get; }
public int ServerProcessId { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ServerProcessId : int
member this.ServerProcessId : int
Public ReadOnly Property ServerProcessId As Integer

屬性值

作用中連線的伺服器進程識別碼 (SPID) 。

屬性

備註

如果連線在用戶端處於非作用中狀態,則傳回 0。

適用於