Właściwość Measure.ForeColor
Pobiera lub ustawia ForeColor informacji o Measure, używane przez klientów.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public Property ForeColor As String
Get
Set
'Użycie
Dim instance As Measure
Dim value As String
value = instance.ForeColor
instance.ForeColor = value
[BrowsableAttribute(false)]
public string ForeColor { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ForeColor {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ForeColor : string with get, set
function get ForeColor () : String
function set ForeColor (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawiera ForeColor informacji.
Uwagi
Same as in Microsoft SQL Server 2000 Usługi Analysis Services; only constants allowed.