MetadataFormattingOptionsBuilderExtensions.GetBaseIndentationLevel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 TMDL 檔的基底縮排層級。
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
參數
- builder
- MetadataFormattingOptionsBuilder
傳回
表示層級的 Int32。
例外狀況
指定的產生器是 Null 參考 (Visual Basic 中的 Nothing)。
指定的產生器未初始化為設定 TMDL 格式設定選項。
備註
根據預設,檔的基底縮排層級為 0;這個選項可用來設定將套用至整個檔的其他縮排。