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


Метод MapObjectCollectionBase<T>.CreateMapObject

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Creates a map object based on the item with the specified index in the collection.

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

Синтаксис

'Декларация
Protected MustOverride Function CreateMapObject ( _
    index As Integer _
) As T
'Применение
Dim index As Integer 
Dim returnValue As T

returnValue = Me.CreateMapObject(index)
protected abstract T CreateMapObject(
    int index
)
protected:
virtual T CreateMapObject(
    int index
) abstract
abstract CreateMapObject : 
        index:int -> 'T 
protected abstract function CreateMapObject(
    index : int
) : T

Параметры

  • index
    Тип: System.Int32
    The index of the map object in the collection.

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

Тип: T
The newly created map object of type T.

См. также

Справочник

MapObjectCollectionBase<T> Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering