IOnDemandLoaderExtender Interface

 

Applies To: SQL Server 2016 Preview

Represents an on demand loader extender.

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

Syntax

public interface IOnDemandLoaderExtender
public interface class IOnDemandLoaderExtender
type IOnDemandLoaderExtender = interface end
Public Interface IOnDemandLoaderExtender

Methods

Name Description
System_CAPS_pubmethod CanLoadOnDemand(Object, Object)

Indicates whether the specified object can load on demand.

System_CAPS_pubmethod LoadOnDemand(Object, Object)

Indicates whether the specified object loads on demand.

See Also

Microsoft.DataWarehouse.Serialization Namespace

Return to top