共用方式為


TargetSet.IdentityKey 屬性

Gets the key value that identifies the target set.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As TargetSet.Key 
    Get
'用途
Dim instance As TargetSet 
Dim value As TargetSet.Key 

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

屬性值

型別:Microsoft.SqlServer.Management.Dmf.TargetSet.Key
A TargetSet.Key value that specifies the key value of the target set.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

TargetSet 類別

Microsoft.SqlServer.Management.Dmf 命名空間