Aracılığıyla paylaş


SqlConnection.ServerProcessId Özellik

Tanım

Etkin bağlantının sunucu işlem kimliğini (SPID) alır.

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

Özellik Değeri

Etkin bağlantının sunucu işlem kimliği (SPID).

Öznitelikler

Açıklamalar

Bağlantı istemci tarafında etkin değilse 0 döndürür.

Şunlara uygulanır