Compartir a través de


CalculationProperty.BackColor Propiedad

Gets or sets the background color for a CalculationProperty object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property BackColor As String 
    Get 
    Set
'Uso
Dim instance As CalculationProperty 
Dim value As String 

value = instance.BackColor

instance.BackColor = value
public string BackColor { get; set; }
public:
property String^ BackColor {
    String^ get ();
    void set (String^ value);
}
member BackColor : string with get, set
function get BackColor () : String 
function set BackColor (value : String)

Valor de la propiedad

Tipo: System.String
The name of the background color.

Vea también

Referencia

CalculationProperty Clase

Espacio de nombres Microsoft.AnalysisServices