SqlConnection.ServerProcessId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用中連線的伺服器進程識別碼 (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。