Propriedade do RDL PackageInfo.IdentityKey
Gets the identity key of the package.
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 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 da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
The identity key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices