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.