Compartilhar via


Propriedade do RDL ProjectVersion.IdentityKey

Gets the identity key.

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

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ProjectVersion.Key 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ProjectVersion Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices