CollectionSet.EnumCollectionSetExecutionHistory 메서드 (Int64)
This method is for internal use only.
네임스페이스: 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
A Int64 value that is the log id for the parent collection set.
반환 값
유형: System.Data.DataTable
A DataTable object.