PlanNode.PrintConciseGeneralState(StringBuilder, Int32) Method

Definition

Provides a string representation of the current node.

protected void PrintConciseGeneralState (System.Text.StringBuilder builder, int indentLevel);
member this.PrintConciseGeneralState : System.Text.StringBuilder * int -> unit
Protected Sub PrintConciseGeneralState (builder As StringBuilder, indentLevel As Integer)

Parameters

builder
StringBuilder

The builder to which plan information should be written.

indentLevel
Int32

The indentation level to which the printing of this node should be printed.

Applies to