Propriété EvaluationDetail.HistoryId
Gets the integer value that uniquely identifies the evaluation history record.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property HistoryId As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.
Notes
Each evaluation history record represents an individual attempt to run the policy.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.