MetadataFormattingOptionsBuilder.WithSpacesIndentationMode(Int32) 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.
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.