Freigeben über


EvaluationHistory.IdentityKey-Eigenschaft

Gets the key value that identifies the evaluation history record.

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

Syntax

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

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Dmf.EvaluationHistory.Key
A SfcKey value that specifies the key value that identifies the evaluation history 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

EvaluationHistory Klasse

Microsoft.SqlServer.Management.Dmf-Namespace