NamedComponent.Description Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the description of the component.

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

Syntax

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

Property Value

Type: System.String

The description of the component.

Implements

INamedComponent.Description

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top