Compartir a través de


ProjectInfo.IdentityKey Propiedad

Gets the identity key.

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

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ProjectInfo.Key 
    Get
'Uso
Dim instance As ProjectInfo 
Dim value As ProjectInfo.Key 

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

Valor de la propiedad

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

Vea también

Referencia

ProjectInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices