Condividi tramite


Metodo ICorDebugThread2::GetConnectionID

Ottiene l'identificatore della connessione per l'oggetto ICorDebugThread2.

HRESULT GetConnectionID (
    [out] CONNID *pdwConnectionId
);

Parametri

  • pdwConnectionId
    [out] Il CONNID che rappresenta l'identificatore della connessione.

Note

Il metodo GetConnectionID restituirà zero nel parametro pdwConnectionId se questo thread non fa parte di una connessione.

Se questo thread è connesso a un'istanza di Microsoft SQL Server 2005 Analysis Services, il CONNID verrà mappato a un identificatore di processo del server (SPID, Server Process Identifier).

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vedere anche

Riferimenti

Interfaccia ICorDebugThread2

Interfaccia ICorDebugThread