Proprietà EvaluationHistory.StartDate

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

EvaluationHistory Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf