StreamingQuery.Explain(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prints the physical plan to the console for debugging purposes.
public void Explain (bool extended = false);
member this.Explain : bool -> unit
Public Sub Explain (Optional extended As Boolean = false)
Parameters
- extended
- Boolean
Whether to do extended explain or not