Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the identity key of the package.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PackageInfo.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
The identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace