次の方法で共有


DimensionAttribute.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 DimensionAttribute 
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
指定された文字列内の書式項目です。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間