Translation.DisplayFolder Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the display folder of a translation.

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

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
public string DisplayFolder { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")]
property String^ DisplayFolder {
    String^ get();
    void set(String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>]
member DisplayFolder : string with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")>
Public Property DisplayFolder As String

Property Value

Type: System.String

The display folder of a translation.

See Also

Translation Class
Microsoft.AnalysisServices Namespace

Return to top