Partager via


Propriété ConnectionEvaluationHistory.EvaluationId

Gets an Int32 value that specifies an evaluation ID.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EvaluationId As Integer 
    Get
'Utilisation
Dim instance As ConnectionEvaluationHistory 
Dim value As Integer 

value = instance.EvaluationId
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int EvaluationId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int EvaluationId {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member EvaluationId : int
function get EvaluationId () : int

Valeur de propriété

Type : System.Int32
An Int32 value that specifies an evaluation ID.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ConnectionEvaluationHistory Classe

Espace de noms Microsoft.SqlServer.Management.Dmf