共用方式為


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.