LoadCollectionOnDemand Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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
Valor devuelto
Tipo: System. . :: . .Boolean