IObjectOnDemandLoader.LoadObjectOnDemand Method

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

Indicates whether the object loads on demand.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
true if the object loads on demand; otherwise, false.

See Also

Reference

IObjectOnDemandLoader Interface

Microsoft.DataWarehouse.Serialization Namespace