次の方法で共有


PackageInfo.IdentityKey プロパティ

パッケージの ID キーを取得します。

名前空間:  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
ID キー。

関連項目

参照

PackageInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間