CollectionSet.EnumCollectionSetExecutionHistory 方法

An enumerator that gets the history records for specific collection set.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Public Function EnumCollectionSetExecutionHistory As DataTable
用法
Dim instance As CollectionSet 
Dim returnValue As DataTable 

returnValue = instance.EnumCollectionSetExecutionHistory()
public DataTable EnumCollectionSetExecutionHistory()
public:
DataTable^ EnumCollectionSetExecutionHistory()
member EnumCollectionSetExecutionHistory : unit -> DataTable
public function EnumCollectionSetExecutionHistory() : DataTable

返回值

类型:System.Data.DataTable
A DataTable that contains the history records.

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectionSet 类

EnumCollectionSetExecutionHistory 重载

Microsoft.SqlServer.Management.Collector 命名空间