SqlException.ClientConnectionId 屬性

定義

代表用戶端連線 ID。 欲了解更多資訊,請參閱 ADO.NET 中的資料追蹤

public:
 property Guid ClientConnectionId { Guid get(); };
public Guid ClientConnectionId { get; }
member this.ClientConnectionId : Guid
Public ReadOnly Property ClientConnectionId As Guid

屬性值

客戶端連線 ID。

備註

程式碼範例請參見 ToString

適用於