Condividi tramite


Proprietà IdKey.Id

Gets the identifier of the key.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Id As Long 
    Get
'Utilizzo
Dim instance As IdKey 
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

Valore proprietà

Tipo: System.Int64
The identifier of the key.

Vedere anche

Riferimento

IdKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices