DimensionAttribute.AttributeHierarchyDisplayFolder Propiedad
Gets or sets the folder in which to display the associated attribute hierarchy.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")> _
Public Property AttributeHierarchyDisplayFolder As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The folder in which to display the associated attribute hierarchy.