EvaluationDetail.HistoryId Property
Gets the integer value that uniquely identifies the evaluation history record.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property HistoryId As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.
Remarks
Each evaluation history record represents an individual attempt to run the policy.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.