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.ObjectA collection of loadable objects.
context
Type: System.ObjectThe context.
Return Value
Type: System.Boolean
The requested objects in the collection.
See Also
IHostOnDemandLoader Interface
Microsoft.AnalysisServices.Hosting Namespace
Return to top