Hierarchy.Description Property
Gets the description of the Hierarchy.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Description As String
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
/** @property */
public String get_Description ()
public function get Description () : String
Valeur de propriété
A String that contains the description of the Hierarchy.
Notes
The Description property contains descriptive text that is assigned to the hierarchy. This descriptive text is typically used for display purposes.
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.AdomdServer Namespace