Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Function EnumCollectionSetExecutionHistory ( _
parentLogId As Long _
) As DataTable
'Usage
Dim instance As CollectionSet
Dim parentLogId As Long
Dim returnValue As DataTable
returnValue = instance.EnumCollectionSetExecutionHistory(parentLogId)
public DataTable EnumCollectionSetExecutionHistory(
long parentLogId
)
public:
DataTable^ EnumCollectionSetExecutionHistory(
long long parentLogId
)
member EnumCollectionSetExecutionHistory :
parentLogId:int64 -> DataTable
public function EnumCollectionSetExecutionHistory(
parentLogId : long
) : DataTable
Parameters
- parentLogId
Type: System.Int64
A Int64 value that is the log id for the parent collection set.
Return Value
Type: System.Data.DataTable
A DataTable object.