Compartir a través de


IHostOnDemandLoader.LoadCollectionOnDemand Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Loads requested objects in the collection.

Espacio de nombres:  Microsoft.AnalysisServices.Hosting
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Function LoadCollectionOnDemand ( _
    loadableCollection As Object, _
    context As Object _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

IHostOnDemandLoader Interfaz

Espacio de nombres Microsoft.AnalysisServices.Hosting