Compartir a través de


IdKey.Id Propiedad

Gets the identifier of the key.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Id As Long 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int64
The identifier of the key.

Vea también

Referencia

IdKey Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices