다음을 통해 공유


MetadataFormattingOptionsBuilderExtensions.GetBaseIndentationLevel 메서드

정의

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

매개 변수

반환

수준을 나타내는 Int32.

예외

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

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

설명

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

적용 대상