Share via


EvaluationHistory.ID 속성

Gets the integer value that uniquely identifies the referenced evaluation history record.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
<SfcKeyAttribute()> _
Public Property ID As Long 
    Get 
    Friend Set
‘사용 방법
Dim instance As EvaluationHistory 
Dim value As Long 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.None)]
[SfcKeyAttribute()]
public long ID { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
[SfcKeyAttribute()]
public:
property long long ID {
    long long get ();
    internal: void set (long long value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
[<SfcKeyAttribute()>]
member ID : int64 with get, internal set
function get ID () : long 
internal function set ID (value : long)

속성 값

유형: System.Int64
An Int64 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 버전에서만 지원됩니다.

참고 항목

참조

EvaluationHistory 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스