IExtensibleOnDemandObjectLoader Interface

 

Applies To: SQL Server 2016 Preview

Represents an interface that demand the object loader.

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

Syntax

public interface IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
public interface class IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
type IExtensibleOnDemandObjectLoader = 
    interface
        interface IObjectOnDemandLoader
    end
Public Interface IExtensibleOnDemandObjectLoader
    Inherits IObjectOnDemandLoader

Methods

Name Description
System_CAPS_pubmethod AddExtender(Type, IOnDemandLoaderExtender)

Adds the extender object.

System_CAPS_pubmethod LoadObjectOnDemand(Object, Object)

Indicates whether the object loads on demand.(Inherited from IObjectOnDemandLoader.)

System_CAPS_pubmethod RemoveExtender(Type, IOnDemandLoaderExtender)

Removes the extender object.

See Also

Microsoft.DataWarehouse.Serialization Namespace

Return to top