CalculationProperty.FontName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets font name of the CalculationProperty object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string FontName { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ FontName {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member FontName : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property FontName As String

Property Value

Type: System.String

An MDX expression.

See Also

CalculationProperty Class
Microsoft.AnalysisServices Namespace

Return to top