IOnDemandLoaderExtender.LoadOnDemand Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Serialization
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Function LoadOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
'Usage
Dim instance As IOnDemandLoaderExtender
Dim loadableObject As Object
Dim context As Object
Dim returnValue As Boolean

returnValue = instance.LoadOnDemand(loadableObject, _
    context)
bool LoadOnDemand(
    Object loadableObject,
    Object context
)
bool LoadOnDemand(
    Object^ loadableObject, 
    Object^ context
)
abstract LoadOnDemand : 
        loadableObject:Object * 
        context:Object -> bool 
function LoadOnDemand(
    loadableObject : Object, 
    context : Object
) : boolean

Parameters

Return Value

Type: System.Boolean