UIConnectionInfo.Id Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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