Table.EnumLastStatisticsUpdates Method (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 (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumLastStatisticsUpdates ( _
statname As String _
) As DataTable
'Usage
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
Parameters
- statname
Type: System.String
A String value that specifies the statistic counter to which to limit the results.
Return Value
Type: System.Data.DataTable
A DataTable system object value that contains a list of information about the most recent statistics updates.