<< Click to Display Table of Contents >>

ISAPLogTarget

OZ UDL에서 SAP 스토어 정보를 사용하기 위한 인터페이스로, 함수가 실행된 후에 로그가 기록됩니다.


Method Detail

FunctionName

public string FunctionName

클라이언트에서 요청한 함수 이름을 가져옵니다.

FunctionType

public string FunctionType

클라이언트에서 요청한 함수 타입을 가져옵니다.

InputParameters

public IDictionary InputParameters

클라이언트에서 요청한 입력 파라미터를 IDictionary 형태로 가져옵니다.

ResultSetTypes

public string ResultSetTypes

클라이언트에서 요청한 ResultSet의 타입(Structure, Table, SimpleFields)을 가져옵니다.

FunctionExecuteTime

public long FunctionExecuteTime

클라이언트에서 요청한 함수가 실행되는 시간을 가져옵니다.(단위: Milliseconds)

FunctionState

public string FunctionState

클라이언트에서 요청한 함수가 정상적으로 실행되었는지 여부(true, false:ErrMsg)를 가져옵니다.