Énumération Alignment
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.