Aspectacular.SqlCmdExecutionPlanAspect.ProcessExecutionPlan C# (CSharp) 메소드

ProcessExecutionPlan() 보호된 메소드

Do something with the execution plan. Default action is to log it.
protected ProcessExecutionPlan ( string executionPlan ) : void
executionPlan string
리턴 void
        protected virtual void ProcessExecutionPlan(string executionPlan)
        {
            this.LogInformationData("T-SQL Execution Plan", executionPlan);
        }