Alignment 열거형
Specifies the type of justification used within a column.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Enumeration Alignment
‘사용 방법
Dim instance As Alignment
public enum Alignment
public enum class Alignment
type Alignment
public enum Alignment
멤버
멤버 이름 | 설명 | |
---|---|---|
Center | Center-aligned justification. | |
Default | A value that automatically sets the appropriate type of justification based on the data type. | |
Left | Left-aligned justification. | |
Right | Right-aligned justification. |
주의
Use "Default" to get the type of justification that is appropriate based on the data type.