SQLServer.Database.Table Object
Lists the dates that the indexes on this table were last updated. List is returned in a QueryResults object.
QueryResults = Table.EnumLastStatisticsUpdates ( [[IndexName :=] idIndex] )
HRESULT pTable->EnumLastStatisticsUpdates (
LPSQLOLEQUERYRESULTS* ppQueryResults,
SQLOLE_LPCSTR idIndex = NULL );
| Element | Type | Description |
|---|
| QueryResults | QueryResults | Returned QueryResults object. |
| idIndex | Identifier | Index. The default is all indexes on the table. |
| ColumnName | ColumnType |
|---|
| name | SQLOLE_DTypeChar |
| last update | SQLOLE_DTypeDateTime |
STATS_DATE