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