Metodo Add (Int32)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    language As Integer _
) As AttributeTranslation
'Utilizzo
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

Parametri