TranslationCollection.Add Method (Translation)

 

Applies To: SQL Server (starting with 2016)

Adds a Translation to the end of the collection.

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

Syntax

public int Add(
    Translation item
)
public:
int Add(
    Translation^ item
)
member Add : 
        item:Translation -> int
Public Function Add (
    item As Translation
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index at which the Translation has been added.

See Also

Add Overload
TranslationCollection Class
Microsoft.AnalysisServices Namespace

Return to top