Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: System.DateTime
A DateTime value that contains the date and time when the policy was evaluated.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.