INamedComponent.Description Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the long description of the component.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

string Description { get; set; }
property String^ Description {
    String^ get();
    void set(String^ value);
}
abstract Description : string with get, set
Property Description As String

Property Value

Type: System.String

The long description of the component.

See Also

INamedComponent Interface
Microsoft.AnalysisServices Namespace

Return to top