DimensionAttribute.AttributeHierarchyDisplayFolder Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false)]
public string AttributeHierarchyDisplayFolder { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false)]
property String^ AttributeHierarchyDisplayFolder {
    String^ get();
    void set(String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>]
[<XmlElementAttribute(IsNullable = false)>]
member AttributeHierarchyDisplayFolder : string with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>
<XmlElementAttribute(IsNullable := False)>
Public Property AttributeHierarchyDisplayFolder As String

Property Value

Type: System.String

The folder in which to display the associated attribute hierarchy.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top