Operation.IdentityKey プロパティ

ID キーを取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間