Свойство HistoryId
Gets the integer value that uniquely identifies the evaluation history record.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property HistoryId As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An Int32 value that contains the ID value that uniquely identifies the evaluation history record.
Замечания
Each evaluation history record represents an individual attempt to run the policy.
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.