Freigeben über


Measure.Description Property

Gets the description of the Measure.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
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

Eigenschaftswert

A String that contains the description of the Measure.

Hinweise

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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdServer Namespace