다음을 통해 공유


IHostOnDemandLoader.LoadCollectionOnDemand 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Loads requested objects in the collection.

네임스페이스:  Microsoft.AnalysisServices.Hosting
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Function LoadCollectionOnDemand ( _
    loadableCollection As Object, _
    context As Object _
) As Boolean
‘사용 방법
Dim instance As IHostOnDemandLoader 
Dim loadableCollection As Object 
Dim context As Object 
Dim returnValue As Boolean 

returnValue = instance.LoadCollectionOnDemand(loadableCollection, _
    context)
bool LoadCollectionOnDemand(
    Object loadableCollection,
    Object context
)
bool LoadCollectionOnDemand(
    Object^ loadableCollection, 
    Object^ context
)
abstract LoadCollectionOnDemand : 
        loadableCollection:Object * 
        context:Object -> bool
function LoadCollectionOnDemand(
    loadableCollection : Object, 
    context : Object
) : boolean

매개 변수

  • loadableCollection
    유형: System.Object
    A collection of loadable objects.

반환 값

유형: System.Boolean
The requested objects in the collection.

참고 항목

참조

IHostOnDemandLoader 인터페이스

Microsoft.AnalysisServices.Hosting 네임스페이스