ProjectInfo.IdentityKey プロパティ

ID キーを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ProjectInfo.Key 
    Get
'使用
Dim instance As ProjectInfo 
Dim value As ProjectInfo.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public ProjectInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ProjectInfo.Key^ IdentityKey {
    ProjectInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ProjectInfo.Key
function get IdentityKey () : ProjectInfo.Key

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key
ID キー。

関連項目

参照

ProjectInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間