TranslationCollection.Add Method (Int32, String)

 

Applies To: SQL Server (starting with 2016)

Creates and adds a Translation, with the specified language and caption, to the end of the collection.

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

Syntax

public Translation Add(
    int language,
    string caption
)
public:
Translation^ Add(
    int language,
    String^ caption
)
member Add : 
        language:int *
        caption:string -> Translation
Public Function Add (
    language As Integer,
    caption As String
) As Translation

Parameters

Return Value

Type: Microsoft.AnalysisServices.Translation

A new, empty Translation.

See Also

Add Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top