CollectionSet.EnumCollectionSetExecutionHistory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumCollectionSetExecutionHistory() |
Gets the top-level history records for given collection set |
EnumCollectionSetExecutionHistory(Int64) |
Gets history records for given collection set for a given parent log id |
EnumCollectionSetExecutionHistory()
Gets the top-level history records for given collection set
public System.Data.DataTable EnumCollectionSetExecutionHistory ();
member this.EnumCollectionSetExecutionHistory : unit -> System.Data.DataTable
Public Function EnumCollectionSetExecutionHistory () As DataTable
Returns
Applies to
EnumCollectionSetExecutionHistory(Int64)
Gets history records for given collection set for a given parent log id
public System.Data.DataTable EnumCollectionSetExecutionHistory (long parentLogId);
member this.EnumCollectionSetExecutionHistory : int64 -> System.Data.DataTable
Public Function EnumCollectionSetExecutionHistory (parentLogId As Long) As DataTable
Parameters
- parentLogId
- Int64