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


Метод Add (Dimension)

Adds a Dimension to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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