다음을 통해 공유


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 네임스페이스