Compartir a través de


EvaluationHistory.IdentityKey Propiedad

Gets 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 EvaluationHistory.Key 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Dmf.EvaluationHistory.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

EvaluationHistory Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf