Partager via


Propriété EvaluationHistory.StartDate

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property StartDate As DateTime 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Définition de propriétés

Voir aussi

Référence

EvaluationHistory Classe

Espace de noms Microsoft.SqlServer.Management.Dmf