MetadataFormattingOptionsBuilder.WithSpacesIndentationMode(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據具有指定長度的 Tabs 樣式,設定縮排的選項。
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
參數
- indentationSize
- Int32
縮排的大小。
傳回
MetadataFormattingOptionsBuilder的相同實例。
例外狀況
指定的大小無效。