Proprietà LastUpdated
Gets the date and time when the statistic counter was last updated.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property LastUpdated As DateTime
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the statistic counter was last updated.
Vedere anche