EvaluationHistory.EndDate Property

Gets the date and time when the parent policy finished running.

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

Syntax

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

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

Property Value

Type: System.DateTime
A DateTime value that contains the date and time when the policy finished running.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

EvaluationHistory Class

Microsoft.SqlServer.Management.Dmf Namespace