Freigeben über


EvaluationHistory.StartDate-Eigenschaft

Gets the date and time when the parent policy attempted to start running.

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

Syntax

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

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

Eigenschaftswert

Typ: System.DateTime
A DateTime value that contains the date and time when the policy attempted to start running.

Hinweise

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

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

EvaluationHistory Klasse

Microsoft.SqlServer.Management.Dmf-Namespace