次の方法で共有


DimensionAttribute.AttributeHierarchyDisplayFolder プロパティ

関連付けられている属性階層が表示されるフォルダーを取得します。値の設定も可能です。

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

構文

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

value = instance.AttributeHierarchyDisplayFolder

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

プロパティ値

型: System.String
関連付けられている属性階層を表示するときに使用するフォルダーです。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間