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 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
Parameter
- logId
Typ: System.Int64
A Int64 value that is the log id for a collection set.
Rückgabewert
Typ: System.Data.DataTable
A DataTable that contains the detailed history records.