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입니다. 이 옵션을 사용하여 전체 문서에 적용할 추가 들여쓰기를 설정할 수 있습니다.