IdentityKey プロパティ

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

構文

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

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