Partager via


Méthode Add (Int32)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    language As Integer _
) As AttributeTranslation
'Utilisation
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

Paramètres