UIConnectionInfo.Id Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the connection identifier.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public ReadOnly Property Id As Long 
    Get
'Usage
Dim instance As UIConnectionInfo 
Dim value As Long 

value = instance.Id
public long Id { get; }
public:
property long long Id {
    long long get ();
}
member Id : int64
function get Id () : long

Property Value

Type: System.Int64
An identifier that uniquely identifies this connection.

See Also

Reference

UIConnectionInfo Class

Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace