Measure.Description Property
Gets the description of the Measure.
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 Measure.
Notes
The Description property contains descriptive text that is assigned to the measure. 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 MEASURES 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
Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdServer Namespace