PackageInfo.IdentityKey Propiedad
Gets the identity key of the package.
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 PackageInfo.Key
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
The identity key.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices