IObjectOnDemandLoader.LoadObjectOnDemand Method (Object, Object)

 

Applies To: SQL Server 2016 Preview

Indicates whether the object loads on demand.

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

Syntax

bool LoadObjectOnDemand(
    object loadableObject,
    object context
)
bool LoadObjectOnDemand(
    Object^ loadableObject,
    Object^ context
)
abstract LoadObjectOnDemand : 
        loadableObject:Object *
        context:Object -> bool
Function LoadObjectOnDemand (
    loadableObject As Object,
    context As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the object loads on demand; otherwise, false.

See Also

IObjectOnDemandLoader Interface
Microsoft.DataWarehouse.Serialization Namespace

Return to top