IObjectOnDemandLoader Interface

 

Applies To: SQL Server 2016 Preview

Represents an object on demand loader.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod LoadObjectOnDemand(Object, Object)

Indicates whether the object loads on demand.

See Also

Microsoft.DataWarehouse.Serialization Namespace

Return to top