Compartir a través de


LastUpdated Propiedad

Gets the date and time when the statistic counter was last updated.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property LastUpdated As DateTime
    Get
'Uso
Dim instance As Statistic
Dim value As DateTime

value = instance.LastUpdated
[SfcPropertyAttribute]
public DateTime LastUpdated { get; }
[SfcPropertyAttribute]
public:
property DateTime LastUpdated {
    DateTime get ();
}
[<SfcPropertyAttribute>]
member LastUpdated : DateTime
function get LastUpdated () : DateTime

Valor de la propiedad

Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the statistic counter was last updated.