Freigeben über


EvaluationDetail.EvaluationDate-Eigenschaft

Gets the date and time when the policy was evaluated.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property EvaluationDate As DateTime 
    Get 
    Friend Set
'Usage
Dim instance As EvaluationDetail 
Dim value As DateTime 

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

Eigenschaftswert

Typ: System.DateTime
A DateTime value that contains the date and time when the policy was evaluated.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

EvaluationDetail Klasse

Microsoft.SqlServer.Management.Dmf-Namespace