Sdílet prostřednictvím


Alignment Enumeration

Specifies the type of justification used within a column.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Enumeration Alignment
'Usage
Dim instance As Alignment
public enum Alignment
public enum class Alignment
type Alignment
public enum Alignment

Members

Member name 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.

Remarks

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

See Also

Reference

Microsoft.AnalysisServices Namespace