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

适用于