É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

C#
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.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices