Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Specifies the type of justification used within a column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Enumeration Alignment
'Uso
Dim instance As Alignment
public enum Alignment
public enum class Alignment
type Alignment
public enum Alignment
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
Use "Default" to get the type of justification that is appropriate based on the data type.