次の方法で共有


Measure.FormatString プロパティ

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

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

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")> _
Public Property FormatString As String 
    Get 
    Set
'使用
Dim instance As Measure 
Dim value As String 

value = instance.FormatString

instance.FormatString = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")]
public string FormatString { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ FormatString {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")>]
member FormatString : string with get, set
function get FormatString () : String 
function set FormatString (value : String)

プロパティ値

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

説明

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

関連項目

参照

Measure クラス

Microsoft.AnalysisServices 名前空間