Partager via


Dimension.Description Property

Gets the description of the Dimension.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.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 Dimension.

Notes

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

The value of this property is identical to the value of the DESCRIPTION column of the DIMENSIONS schema rowset for the specified measure.

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

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace