IdentityKey 属性

命名空间:  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