Compartilhar via


Método EnumLastStatisticsUpdates (String)

Enumerates a list of information about the most recent statistics updates for the specified statistic counter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function EnumLastStatisticsUpdates ( _
    statname As String _
) As DataTable
'Uso
Dim instance As Table
Dim statname As String
Dim returnValue As DataTable

returnValue = instance.EnumLastStatisticsUpdates(statname)
public DataTable EnumLastStatisticsUpdates(
    string statname
)
public:
DataTable^ EnumLastStatisticsUpdates(
    String^ statname
)
member EnumLastStatisticsUpdates : 
        statname:string -> DataTable 
public function EnumLastStatisticsUpdates(
    statname : String
) : DataTable

Parâmetros

Valor de retorno

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 key or index on which the statistic counter is based.

LastUpdated

DateTime

The date and time when the statistics were last updated.