다음을 통해 공유


MetadataFormattingOptionsBuilderExtensions.WithBaseIndentationLevel 메서드

정의

TMDL 문서의 기본 들여쓰기 수준을 설정합니다.

public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder WithBaseIndentationLevel (this Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder builder, int level);
static member WithBaseIndentationLevel : Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder * int -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataFormattingOptionsBuilder
<Extension()>
Public Function WithBaseIndentationLevel (builder As MetadataFormattingOptionsBuilder, level As Integer) As MetadataFormattingOptionsBuilder

매개 변수

builder
MetadataFormattingOptionsBuilder

서식 옵션을 초기화하는 MetadataFormattingOptionsBuilder.

level
Int32

기본 들여쓰기 수준입니다.

반환

MetadataFormattingOptionsBuilder동일한 인스턴스입니다.

예외

지정된 작성기는 null 참조(Visual Basic의 경우 Nothing)입니다.

지정한 수준이 잘못되었습니다.

지정된 작성기에서 TMDL 서식 옵션을 설정하도록 초기화되지 않았습니다.

설명

기본적으로 문서의 기본 들여쓰기 수준은 0입니다. 이 옵션을 사용하여 전체 문서에 적용할 추가 들여쓰기를 설정할 수 있습니다.

적용 대상