다음을 통해 공유


EnumLastStatisticsUpdates 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.