Share via


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.

적용 대상