Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Loads requested objects in the collection.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Function LoadCollectionOnDemand ( _
loadableCollection As Object, _
context As Object _
) As Boolean
'Usage
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
Parameters
- loadableCollection
Type: System.Object
A collection of loadable objects.
- context
Type: System.Object
The context.
Return Value
Type: System.Boolean
The requested objects in the collection.