DimensionAttributeVisualizationProperties.Alignment Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the justification within a column.

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

Syntax

[DefaultValueAttribute(Alignment.Default)]
public Alignment Alignment { get; set; }
public:
[DefaultValueAttribute(Alignment::Default)]
property Alignment Alignment {
    Alignment get();
    void set(Alignment value);
}
[<DefaultValueAttribute(Alignment.Default)>]
member Alignment : Alignment with get, set
<DefaultValueAttribute(Alignment.Default)>
Public Property Alignment As Alignment

Property Value

Type: Microsoft.AnalysisServices.Alignment

An enumeration value that specifies the type of justification used within a column.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top