Condividi tramite


Metodo EnumLastStatisticsUpdates

Enumerates a list of information about the most recent statistics updates.

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

Sintassi

'Dichiarazione
Public Function EnumLastStatisticsUpdates As DataTable
'Utilizzo
Dim instance As Table
Dim returnValue As DataTable

returnValue = instance.EnumLastStatisticsUpdates()
public DataTable EnumLastStatisticsUpdates()
public:
DataTable^ EnumLastStatisticsUpdates()
member EnumLastStatisticsUpdates : unit -> DataTable 
public function EnumLastStatisticsUpdates() : DataTable

Valore restituito

Tipo: System.Data. . :: . .DataTable
A DataTable system object value that contains a list of information about the most recent statistics updates.

Column

Data type

Description

Name

String

The name of the key or index on which the statistic counter is based.

LastUpdated

DateTime

The date and time when the statistics were last updated.