Gets the key value that identifies the evaluation history record.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EvaluationHistory.Key
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Dmf.EvaluationHistory.Key
A SfcKey value that specifies the key value that identifies the evaluation history record.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。