Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.