Метод RdlCollectionBase<T>.IList.Add
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds an object to the end of the collection.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Private Function Add ( _
item As Object _
) As Integer Implements IList.Add
'Применение
Dim instance As RdlCollectionBase
Dim item As Object
Dim returnValue As Integer
returnValue = CType(instance, IList).Add(item)
int IList.Add(
Object item
)
private:
virtual int Add(
Object^ item
) sealed = IList::Add
private abstract Add :
item:Object -> int
private override Add :
item:Object -> int
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- item
Тип: System.Object
The object to be added to the end of the collection.
Возвращаемое значение
Тип: System.Int32
The object to be added to the end of the collection.
Реализует
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel