Compartir a través de


EvaluationHistory.EndDate Propiedad

Gets the date and time when the parent policy finished 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 EndDate As DateTime 
    Get 
    Friend Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

EvaluationHistory Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf