Поделиться через


Member.Description Property

Gets the descriptive text of the Member.

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
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

Значение свойства

A String that contains the description of the Member.

Замечания

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

ms135320.note(ru-ru,SQL.90).gifПримечание.
Unless explicitly requested in the query, this property is always Empty until FetchAllProperties is called.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace