<< Click to Display Table of Contents >>
IProcedureLogTarget
Method Detail
Alias
public string Alias
実行したODIで使用したConnection PoolのDBエイリアス名を取得します。
ProcedureName
public string ProcedureName
クライアントで要請したプロシージャ名を取得します。
ParameterList
public IList ParameterList
クライアントで要請したプロシージャパラメーターをIList型で取得します。
ProcedureExecuteTime
public long ProcedureExecuteTime
クライアントで要請したプロシージャが実行される時間を取得します。(単位:ミリ秒)
ProcedureState
public string ProcedureState
クライアントで要請したプロシージャが正常に実行されたかを確認します。(true、false:ErrMsg)