Partager via


Hierarchy.DisplayFolder Property

This member is reserved for future use.

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

Syntaxe

'Déclaration
Public ReadOnly Property DisplayFolder As String
public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
    String^ get ();
}
/** @property */
public String get_DisplayFolder ()
public function get DisplayFolder () : String

Notes

In Microsoft SQL Server 2005 Analysis Services (SSAS), objects can contain hundreds of individual attributes. Users can organize attributes into user-defined folders to view and manage these attributes within the Analysis Services user interface more easily. These folders are called display folders. Display folders can be nested; a display folder can contain other display folders.

The DisplayFolder property contains the fully qualified name of the display folder in which a given object appears. The fully qualified name of a display folder consists of the names of the display folders that represent the path to this object. If the display folders are nested, the property lists the name of each display folder the parent folder contains, separated by backslash characters (\). If the object is not associated with a display folder, this property contains an empty string ("").

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.AdomdClient Namespace