Метод Add (AttributeTranslation)
Adds an AttributeTranslation to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As AttributeTranslation _
) As Integer
'Применение
Dim instance As AttributeTranslationCollection
Dim item As AttributeTranslation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AttributeTranslation item
)
public:
int Add(
AttributeTranslation^ item
)
member Add :
item:AttributeTranslation -> int
public function Add(
item : AttributeTranslation
) : int
Параметры
- item
Тип Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation to be added.
Возвращаемое значение
Тип System. . :: . .Int32
The zero-based index at which the AttributeTranslation has been added.