Compartilhar via


Método LoadCollectionOnDemand

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

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

Valor de retorno

Tipo: System. . :: . .Boolean