Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the type of justification used within a column.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Enumeration Alignment
'Utilisation
Dim instance As Alignment
public enum Alignment
public enum class Alignment
type Alignment
public enum Alignment
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Notes
Use "Default" to get the type of justification that is appropriate based on the data type.