Translation.CollectionCaption Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection caption of the translation.

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

Syntax

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

Property Value

Type: System.String

The collection caption of the translation.

See Also

Translation Class
Microsoft.AnalysisServices Namespace

Return to top