The ConnectionID is a SQL-DMO generated identifier for a connected SQLServer object.
object.ConnectionID
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
The value has meaning only after the SQLServer object has successfully established a connection to a server running Microsoft® SQL Server™. It is unique for each connection.
Long
Read-only
HRESULT GetConnectionID(LPLONG plConnectionID);