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の同じインスタンス。
例外
指定したサイズが無効です。