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


Свойство Translation.CollectionCaption

Gets or sets the collection caption of the translation.

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

Синтаксис

'Декларация
Public Property CollectionCaption As String 
    Get 
    Set
'Применение
Dim instance As Translation 
Dim value As String 

value = instance.CollectionCaption

instance.CollectionCaption = value
public string CollectionCaption { get; set; }
public:
property String^ CollectionCaption {
    String^ get ();
    void set (String^ value);
}
member CollectionCaption : string with get, set
function get CollectionCaption () : String 
function set CollectionCaption (value : String)

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

Тип: System.String
The collection caption of the translation.

См. также

Справочник

Translation Класс

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