共用方式為


DimensionAttribute.AttributeHierarchyDisplayFolder 屬性

Gets or sets the folder in which to display the associated attribute hierarchy.

命名空間:  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
The folder in which to display the associated attribute hierarchy.

請參閱

參考

DimensionAttribute 類別

Microsoft.AnalysisServices 命名空間