IOnDemandLoaderExtender Interface

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

Represents an on demand loader extender.

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

Syntax

'Declaration
Public Interface IOnDemandLoaderExtender
'Usage
Dim instance As IOnDemandLoaderExtender
public interface IOnDemandLoaderExtender
public interface class IOnDemandLoaderExtender
type IOnDemandLoaderExtender =  interface end
public interface IOnDemandLoaderExtender

The IOnDemandLoaderExtender type exposes the following members.

Methods

  Name Description
Public method CanLoadOnDemand Infrastructure. Indicates whether the specified object can load on demand.
Public method LoadOnDemand Infrastructure. Indicates whether the specified object loads on demand.

Top

See Also

Reference

Microsoft.DataWarehouse.Serialization Namespace