Share via


Hierarchy.DisplayFolder Property

Gets or sets the display folder associated with the Hierarchy object.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property DisplayFolder As String
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")] 
[XmlElementAttribute(IsNullable=false)] 
public string DisplayFolder { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")] 
[XmlElementAttribute(IsNullable=false)] 
public:
property String^ DisplayFolder {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DisplayFolder ()

/** @property */
public void set_DisplayFolder (String value)
public function get DisplayFolder () : String

public function set DisplayFolder (value : String)

Valeur de propriété

The name of the display folder.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Hierarchy Class
Hierarchy Members
Microsoft.AnalysisServices Namespace