Compartilhar via


Método AttributeTranslationCollection.Add (Int32)

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

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

Sintaxe

'Declaração
Public Function Add ( _
    language As Integer _
) As AttributeTranslation
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

AttributeTranslationCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices