TranslationCollection.Add Method (Int32)
Applies To: SQL Server (starting with 2016)
Creates and adds a Translation, with the specified language, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public Translation Add(
int language
)
public:
Translation^ Add(
int language
)
member Add :
language:int -> Translation
Public Function Add (
language As Integer
) As Translation
Parameters
language
Type: System.Int32The language of the Translation to be added.
Return Value
Type: Microsoft.AnalysisServices.Translation
A new, empty Translation.
See Also
Add Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace
Return to top