Partager via


EnumCollectionSetExecutionHistory méthode

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

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (dans Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Public Function EnumCollectionSetExecutionHistory As DataTable
'Utilisation
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

Valeur de retour

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

Notes

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