EvaluationDetail.HistoryId プロパティ

評価履歴レコードを一意に識別する整数値を取得します。

名前空間:  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
評価履歴レコードを一意に識別する ID 値を含む Int32 値です。

説明

各評価履歴レコードは、ポリシーを実行するための個々の試行を表します。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

EvaluationDetail クラス

Microsoft.SqlServer.Management.Dmf 名前空間