Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the connection identifier for this ICorDebugThread2 object.
Syntax
HRESULT GetConnectionID (
[out] CONNID *pdwConnectionId
);
Parameters
pdwConnectionId
[out] A CONNID that represents the connection identifier.
Remarks
The GetConnectionID method returns zero in the pdwConnectionId parameter, if this thread is not part of a connection.
If this thread is connected to an instance of Microsoft SQL Server 2005 Analysis Services (SSAS), the CONNID maps to a server process identifier (SPID).
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0