Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- parentLogId
Typ: System.Int64
A Int64 value that is the log id for the parent collection set.
Rückgabewert
Typ: System.Data.DataTable
A DataTable object.