Translation.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the description of a translation.

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

Syntax

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

Property Value

Type: System.String

The description of a translation.

See Also

Translation Class
Microsoft.AnalysisServices Namespace

Return to top