IOnDemandLoaderExtender.CanLoadOnDemand Method (Object, Object)

 

Applies To: SQL Server 2016 Preview

Indicates whether the specified object can load on demand.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if the specified object can load on demand; otherwise, false.

See Also

IOnDemandLoaderExtender Interface
Microsoft.DataWarehouse.Serialization Namespace

Return to top