<< Click to Display Table of Contents >>

IProcedureLogTarget

This interface provides information about procedure data.


Method Detail

Alias

public string Alias

Gets the DB alias name of the Connection Pool used by the executed ODI.

ProcedureName

public string ProcedureName

Gets the procedure name requested by the client.

ParameterList

public IList ParameterList

Gets the procedure parameter requested by the client in the form of IList.

ProcedureExecuteTime

public long ProcedureExecuteTime

Gets the time it takes for the procedure requested by the client to execute.

ProcedureState

public string ProcedureState

Gets whether the procedure requested by the client has been successfully executed.