Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- language
Type: System.Int32
The language of the AttributeTranslation to be added.
Return Value
Type: Microsoft.AnalysisServices.AttributeTranslation
A new, empty AttributeTranslation.