Freigeben über


EvaluationDetail.HistoryId-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.

Hinweise

Each evaluation history record represents an individual attempt to run the policy.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

EvaluationDetail Klasse

Microsoft.SqlServer.Management.Dmf-Namespace