PurgeJobHistory Method
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The PurgeJobHistory method removes system records maintaining execution history for all Microsoft SQL Server Agent jobs, or those matching the filter criteria specified.
Синтаксис
object.PurgeJobHistory( [ Filter ] )
Parts
object
Expression that evaluates to an object in the Applies To list.Filter
Optional. A JobHistoryFilter object that constrains record removal to those records identified by the criteria set in the object.
Prototype (C/C++)
HRESULT PurgeJobHistory(
LPSQLDMOJOBHISTORYFILTER pFilter = NULL);
Замечания
For more information about using the JobHistoryFilter object properties to identify job history records, see JobHistoryFilter Object.