FontName 속성
Gets or sets font name of the CalculationProperty object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property FontName As String
Get
Set
‘사용 방법
Dim instance As CalculationProperty
Dim value As String
value = instance.FontName
instance.FontName = value
public string FontName { get; set; }
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}
member FontName : string with get, set
function get FontName () : String
function set FontName (value : String)
속성 값
유형: System. . :: . .String
An MDX expression.