Condividi tramite


Proprietà ProjectInfo.IdentityKey

Gets the identity key.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ProjectInfo.Key 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ProjectInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices