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.