EnumLastStatisticsUpdates 方法

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumLastStatisticsUpdates As DataTable
用法
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

返回值

类型: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.