Freigeben über


TargetSet.IdentityKey-Eigenschaft

Gets the key value that identifies the target set.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As TargetSet.Key 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

TargetSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace