Udostępnij za pośrednictwem


Właściwość Measure.BackColor

Pobiera lub ustawia BackColor dla wyświetlania Measure.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public Property BackColor As String
    Get
    Set
'Użycie
Dim instance As Measure
Dim value As String

value = instance.BackColor

instance.BackColor = value
[BrowsableAttribute(false)]
public string BackColor { get; set; }
[BrowsableAttribute(false)]
public:
property String^ BackColor {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member BackColor : string with get, set
function get BackColor () : String
function set BackColor (value : String)

Wartość właściwości

Typ: System.String
A ciąg zawiera BackColor.

Uwagi

Same as in Microsoft SQL Server 2000 Usługi Analysis Services; only constants allowed.