EnumCollectionSetExecutionHistory 方法 (Int64)
此方法仅供内部使用。
命名空间: Microsoft.SqlServer.Management.Collector
程序集: Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)
语法
声明
Public Function EnumCollectionSetExecutionHistory ( _
parentLogId As Long _
) As DataTable
用法
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
参数
- parentLogId
类型:System. . :: . .Int64
一个作为父收集组的日志 ID 的 Int64 值。
返回值
类型:System.Data. . :: . .DataTable
一个 DataTable 对象。