Partager via


ICorDebugThread2::GetConnectionID, méthode

Obtient l'identificateur de connexion pour cet objet ICorDebugThread2.

HRESULT GetConnectionID (
    [out] CONNID *pdwConnectionId
);

Paramètres

  • pdwConnectionId
    [out] CONNID qui représente l'identificateur de connexion.

Notes

La méthode GetConnectionID retourne zéro dans le paramètre pdwConnectionId si ce thread ne fait pas partie d'une connexion.

Si ce thread est connecté à une instance de Microsoft SQL Server 2005 Analysis Services (SSA), le CONNID correspond à un ID de processus de serveur (SPID, Server Process Identifier).

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : CorDebug.idl, CorDebug,h

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Voir aussi

Référence

ICorDebugThread2, interface

ICorDebugThread, interface