Freigeben über


EvaluationDetail.IdentityKey-Eigenschaft

Gets the key value that identifies the evaluation history detail record.

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

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EvaluationDetail.Key 
    Get
'Usage
Dim instance As EvaluationDetail 
Dim value As EvaluationDetail.Key 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Dmf.EvaluationDetail.Key
An SfcKey value that specifies the key value that identifies the evaluation history detail record.

Hinweise

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

Siehe auch

Verweis

EvaluationDetail Klasse

Microsoft.SqlServer.Management.Dmf-Namespace