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