Поделиться через


Метод Add (CubeAttribute)

Adds a CubeAttribute to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As CubeAttribute _
) As Integer
'Применение
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    CubeAttribute item
)
public:
int Add(
    CubeAttribute^ item
)
member Add : 
        item:CubeAttribute -> int 
public function Add(
    item : CubeAttribute
) : int

Параметры

Возвращаемое значение

Тип: System. . :: . .Int32
The zero-based index at which the CubeAttribute has been added.