Compartilhar via


Método IHostOnDemandLoader.LoadCollectionOnDemand

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Loads requested objects in the collection.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

IHostOnDemandLoader Interface

Namespace Microsoft.AnalysisServices.Hosting