Compartir a través de


ConnectionEvaluationHistory.IdentityKey Propiedad

Gets the SfcKey value that specifies the key value that identifies the evaluation history record.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ConnectionEvaluationHistory.Key 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

ConnectionEvaluationHistory Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf