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.