Share via


CollectionSet.EnumCollectionSetExecutionHistory Method

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

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public Function EnumCollectionSetExecutionHistory As DataTable
'Usage
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

Return Value

Type: System.Data.DataTable
A DataTable that contains the history records.

Remarks

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