EvaluationId Propiedad
Gets an Int32 value that specifies an evaluation ID.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EvaluationId As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies an evaluation ID.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también