Compartilhar via


Propriedade do RDL UIConnectionInfo.Id

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the connection identifier.

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

Sintaxe

'Declaração
Public ReadOnly Property Id As Long 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

UIConnectionInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.RegSvrEnum