Share via


MetadataFormattingOptionsBuilderExtensions.GetBaseIndentationLevel Method

Definition

Gets the level of the base indentation of the TMDL documents.

public static int GetBaseIndentationLevel (this Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder builder);
static member GetBaseIndentationLevel : Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder -> int
<Extension()>
Public Function GetBaseIndentationLevel (builder As MetadataFormattingOptionsBuilder) As Integer

Parameters

Returns

An Int32 that indicate the level.

Exceptions

The specified builder is a null reference (Nothing in Visual Basic).

The specified builder was not initialized to set TMDL formatting options.

Remarks

By default, the level of the base indentation for the document is 0; this option can be used to set additional indentation that would be applied to the entire document.

Applies to