Поделиться через


Свойство Translation.DisplayFolder

Gets or sets the display folder of a translation.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design")> _
Public Property DisplayFolder As String 
    Get 
    Set
'Применение
Dim instance As Translation 
Dim value As String 

value = instance.DisplayFolder

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

Значение свойства

Тип: System.String
The display folder of a translation.

См. также

Справочник

Translation Класс

Пространство имен Microsoft.AnalysisServices