CollectionSet.EnumCollectionSetExecutionHistory 메서드

정의

오버로드

Name Description
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

반품

적용 대상