Translation Constructor (Int32, String)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the Translation class using the specified language and caption information.

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

Syntax

public Translation(
    int language,
    string caption
)
public:
Translation(
    int language,
    String^ caption
)
new : 
        language:int *
        caption:string -> Translation
Public Sub New (
    language As Integer,
    caption As String
)

Parameters

See Also

Translation Overload
Translation Class
Microsoft.AnalysisServices Namespace

Return to top