Proprietà EvaluationId
Gets the ID value that identifies the parent evaluation history record.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EvaluationId As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Int64 value that specifies the ID value that identifies the evaluation history record.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.