次の方法で共有


Measure.FontName プロパティ

クライアントによって使用される Measure の FontName 情報を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public Property FontName As String 
    Get 
    Set
'使用
Dim instance As Measure 
Dim value As String 

value = instance.FontName

instance.FontName = value
[BrowsableAttribute(false)]
public string FontName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ FontName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member FontName : string with get, set
function get FontName () : String 
function set FontName (value : String)

プロパティ値

型: System.String
FontName 情報を表す String です。

説明

Microsoft SQL Server 2000 Analysis Services の場合と同じです。定数のみが許可されます。

関連項目

参照

Measure クラス

Microsoft.AnalysisServices 名前空間