Metodo IHostOnDemandLoader.LoadCollectionOnDemand

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Loads requested objects in the collection.

Spazio dei nomi  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Function LoadCollectionOnDemand ( _
    loadableCollection As Object, _
    context As Object _
) As Boolean
'Utilizzo
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

Parametri

  • loadableCollection
    Tipo: System.Object
    A collection of loadable objects.

Valore restituito

Tipo: System.Boolean
The requested objects in the collection.

Vedere anche

Riferimento

IHostOnDemandLoader Interfaccia

Spazio dei nomi Microsoft.AnalysisServices.Hosting