SQL Server execution plan (actual or estimated) for the query. Only included if the profiler trace explicitly enabled execution plan extraction.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public XmlNode ExecutionPlan { get; set; }
Visual Basic
Public Property ExecutionPlan As XmlNode
	Get
	Set
Visual C++
public:
property XmlNode^ ExecutionPlan {
	XmlNode^ get ();
	void set (XmlNode^ value);
}

See Also