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


Свойство INamedComponent.Description

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the long description of the component.

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

Синтаксис

'Декларация
Property Description As String 
    Get 
    Set
'Применение
Dim instance As INamedComponent 
Dim value As String 

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String 
function set Description (value : String)

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

Тип: System.String
The long description of the component.

См. также

Справочник

INamedComponent Интерфейс

Пространство имен Microsoft.AnalysisServices