Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the type of justification used within a column.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Enumeration Alignment
'Uso
Dim instance As Alignment
public enum Alignment
public enum class Alignment
type Alignment
public enum Alignment
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
Use "Default" to get the type of justification that is appropriate based on the data type.