Propriedade do RDL IdKey.Id
Gets the identifier of the key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int64
The identifier of the key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices