Language

CollectionSet.EnumCollectionSetExecutionHistory メソッド

定義

オーバーロード

名前 説明
EnumCollectionSetExecutionHistory()

特定のコレクション セットの最上位の履歴レコードを取得します。

EnumCollectionSetExecutionHistory(Int64)

特定の親ログ ID の特定のコレクション セットの履歴レコードを取得します

EnumCollectionSetExecutionHistory()

特定のコレクション セットの最上位の履歴レコードを取得します。

public System.Data.DataTable EnumCollectionSetExecutionHistory();
member this.EnumCollectionSetExecutionHistory : unit -> System.Data.DataTable
Public Function EnumCollectionSetExecutionHistory () As DataTable

返品

適用対象

EnumCollectionSetExecutionHistory(Int64)

特定の親ログ ID の特定のコレクション セットの履歴レコードを取得します

public System.Data.DataTable EnumCollectionSetExecutionHistory(long parentLogId);
member this.EnumCollectionSetExecutionHistory : int64 -> System.Data.DataTable
Public Function EnumCollectionSetExecutionHistory (parentLogId As Long) As DataTable

パラメーター

parentLogId
Int64

返品

適用対象