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」を参照してください。

適用対象