MajorObject.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a description string of current object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public override string Description { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Description {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
[<XmlElementAttribute(IsNullable = false)>]
override Description : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Overrides Property Description As String

Property Value

Type: System.String

A description string of current object.

Implements

INamedComponent.Description

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top