PackageInfo.IdentityKey 属性

Gets the identity key of the package.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As PackageInfo.Key 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
The identity key.

请参阅

参考

PackageInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间