DimensionAttributeVisualizationProperties.Units Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the unit that appears next to a value.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Units { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Units {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Units : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Units As String

Property Value

Type: System.String

A unit name.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top