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 EnumCollectionSetExecutionHistoryDetail ( _
logId As Long _
) As DataTable
'Usage
Dim instance As CollectionSet
Dim logId As Long
Dim returnValue As DataTable
returnValue = instance.EnumCollectionSetExecutionHistoryDetail(logId)
public DataTable EnumCollectionSetExecutionHistoryDetail(
long logId
)
public:
DataTable^ EnumCollectionSetExecutionHistoryDetail(
long long logId
)
member EnumCollectionSetExecutionHistoryDetail :
logId:int64 -> DataTable
public function EnumCollectionSetExecutionHistoryDetail(
logId : long
) : DataTable
Parameters
- logId
Type: System.Int64
A Int64 value that is the log id for a collection set.
Return Value
Type: System.Data.DataTable
A DataTable that contains the detailed history records.