IExtensibleOnDemandObjectLoader Interface

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

Represents an interface that demand the object loader.

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

Syntax

'Declaration
Public Interface IExtensibleOnDemandObjectLoader _
    Inherits IObjectOnDemandLoader
'Usage
Dim instance As IExtensibleOnDemandObjectLoader
public interface IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
public interface class IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
type IExtensibleOnDemandObjectLoader =  
    interface 
        interface IObjectOnDemandLoader 
    end
public interface IExtensibleOnDemandObjectLoader extends IObjectOnDemandLoader

The IExtensibleOnDemandObjectLoader type exposes the following members.

Methods

  Name Description
Public method AddExtender Infrastructure. Adds the extender object.
Public method LoadObjectOnDemand Infrastructure. Indicates whether the object loads on demand. (Inherited from IObjectOnDemandLoader.)
Public method RemoveExtender Infrastructure. Removes the extender object.

Top

See Also

Reference

Microsoft.DataWarehouse.Serialization Namespace