NamedComponent.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the description of the component.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public virtual string Description { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Description {
    virtual String^ get();
    virtual void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
abstract Description : string with get, set
[<XmlElementAttribute(IsNullable = false)>]
override Description : string with get, set
<XmlElementAttribute(IsNullable := False)>
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