Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.