Partager via


Member.Description Property

Gets the descriptive text of the Member.

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 Member.

Notes

The Description property contains descriptive text that is assigned to the member. This descriptive text is typically used for display purposes.

ms139710.note(fr-fr,SQL.90).gifRemarque :
Unless explicitly requested in the query, this property is always Empty until FetchAllProperties is called.

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

Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace