EvaluationHistory.StartDate Propiedad
Gets the date and time when the parent policy attempted to start running.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property StartDate As DateTime
Get
Friend Set
'Uso
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)
Valor de la propiedad
Tipo: System.DateTime
A DateTime value that contains the date and time when the policy attempted to start running.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.