CalculationPropertyVisualizationProperties.Width Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a number that indicates the size of the column (in characters) used to display a value.

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

Syntax

[DefaultValueAttribute(-1)]
public int Width { get; set; }
public:
[DefaultValueAttribute(-1)]
property int Width {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(-1)>]
member Width : int with get, set
<DefaultValueAttribute(-1)>
Public Property Width As Integer

Property Value

Type: System.Int32

A number indicating the size of the column in characters.

See Also

CalculationPropertyVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top