IOnDemandLoaderExtender.LoadOnDemand Method

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

Indicates whether the specified object loads on demand.

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
true if the specified object loads on demand; otherwise, false.

See Also

Reference

IOnDemandLoaderExtender Interface

Microsoft.DataWarehouse.Serialization Namespace