IHostOnDemandLoader.LoadCollectionOnDemand Method (Object, Object)

 

Applies To: SQL Server (starting with 2016)

Loads requested objects in the collection.

Namespace:   Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

bool LoadCollectionOnDemand(
    object loadableCollection,
    object context
)
bool LoadCollectionOnDemand(
    Object^ loadableCollection,
    Object^ context
)
abstract LoadCollectionOnDemand : 
        loadableCollection:Object *
        context:Object -> bool
Function LoadCollectionOnDemand (
    loadableCollection As Object,
    context As Object
) As Boolean

Parameters

  • loadableCollection
    Type: System.Object

    A collection of loadable objects.

Return Value

Type: System.Boolean

The requested objects in the collection.

See Also

IHostOnDemandLoader Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top