Share via


MetadataFormattingOptionsBuilder.WithSpacesIndentationMode(Int32) Method

Definition

Sets on the options that indentaition is based on Tabs style with the specified length.

public Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder WithSpacesIndentationMode (int indentationSize);
member this.WithSpacesIndentationMode : int -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder
Public Function WithSpacesIndentationMode (indentationSize As Integer) As MetadataFormattingOptionsBuilder

Parameters

indentationSize
Int32

the size of indentation.

Returns

The same instance of the MetadataFormattingOptionsBuilder.

Exceptions

The specified size is invalid.

Applies to