Bagikan melalui


AttributeTranslationCollection.Add Method (Int32)

Creates and adds an AttributeTranslation, with the specified language, to the end of the collection.

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

Syntax

'Declaration
Public Function Add ( _
    language As Integer _
) As AttributeTranslation
'Usage
Dim instance As AttributeTranslationCollection 
Dim language As Integer 
Dim returnValue As AttributeTranslation 

returnValue = instance.Add(language)
public AttributeTranslation Add(
    int language
)
public:
AttributeTranslation^ Add(
    int language
)
member Add : 
        language:int -> AttributeTranslation
public function Add(
    language : int
) : AttributeTranslation

Parameters

Return Value

Type: Microsoft.AnalysisServices.AttributeTranslation
A new, empty AttributeTranslation.

See Also

Reference

AttributeTranslationCollection Class

Add Overload

Microsoft.AnalysisServices Namespace