EvaluationDetail.HistoryId Propiedad
Gets the integer value that uniquely identifies the evaluation history record.
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 HistoryId As Integer
Get
'Uso
Dim instance As EvaluationDetail
Dim value As Integer
value = instance.HistoryId
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int HistoryId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int HistoryId {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member HistoryId : int
function get HistoryId () : int
Valor de la propiedad
Tipo: System.Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.
Comentarios
Each evaluation history record represents an individual attempt to run the policy.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.