ConnectionEvaluationHistory.IdentityKey 属性

Gets the SfcKey value that specifies 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 ConnectionEvaluationHistory.Key 
    Get
用法
Dim instance As ConnectionEvaluationHistory 
Dim value As ConnectionEvaluationHistory.Key 

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

属性值

类型:Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
A SfcKey value that specifies the key value that identifies the evaluation history record.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

ConnectionEvaluationHistory 类

Microsoft.SqlServer.Management.Dmf 命名空间