Translation.Caption Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the caption to be used for display by clients.

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

Syntax

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

Property Value

Type: System.String

A caption translation.

See Also

Translation Class
Microsoft.AnalysisServices Namespace

Return to top