Measure.BackColor Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the BackColor for display of a Measure.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
[EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
public string BackColor { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[BrowsableAttribute(false)]
[EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
property String^ BackColor {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<BrowsableAttribute(false)>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
member BackColor : string with get, set
<XmlElementAttribute(IsNullable := False)>
<BrowsableAttribute(False)>
<EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
Public Property BackColor As String

Property Value

Type: System.String

A String that contains a BackColor.

Remarks

Only constants allowed.

See Also

Measure Class
Microsoft.AnalysisServices Namespace

Return to top