IdKey.Id Property

Gets the identifier of the key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public ReadOnly Property Id As Long 
    Get
'Usage
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

Property Value

Type: System.Int64
The identifier of the key.

See Also

Reference

IdKey Class

Microsoft.SqlServer.Management.IntegrationServices Namespace