Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.