Partager via


Propriété PackageInfo.IdentityKey

Gets the identity key of the package.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PackageInfo.Key 
    Get
'Utilisation
Dim instance As PackageInfo 
Dim value As PackageInfo.Key 

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

Valeur de propriété

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

Voir aussi

Référence

PackageInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices