Share via


ProjectVersion.IdentityKey Property

Gets the identity key.

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

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ProjectVersion.Key 
    Get
'Usage
Dim instance As ProjectVersion 
Dim value As ProjectVersion.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public ProjectVersion.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ProjectVersion.Key^ IdentityKey {
    ProjectVersion.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ProjectVersion.Key
function get IdentityKey () : ProjectVersion.Key

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
The identity key.

See Also

Reference

ProjectVersion Class

Microsoft.SqlServer.Management.IntegrationServices Namespace