EvaluationHistory.ID-Eigenschaft
Gets the integer value that uniquely identifies the referenced evaluation history record.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
<SfcKeyAttribute()> _
Public Property ID As Long
Get
Friend Set
'Usage
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)
Eigenschaftswert
Typ: System.Int64
An Int64 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.