Enumerazione Alignment

Specifies the type of justification used within a column.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

C#
public enum Alignment

Membri

Nome membro Descrizione
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.

Osservazioni

Use "Default" to get the type of justification that is appropriate based on the data type.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices