Aracılığıyla paylaş


Measure.BackColor Özelliği

Alır veya ayarlar BackColor görüntülenmesi için bir Measure.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
<BrowsableAttribute(False)> _
Public Property BackColor As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize içeren bir BackColor.

Açıklamalar

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