Share via


Catalog.IdentityKey プロパティ

ID キーを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
ID キーです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間