IExtensibleOnDemandObjectLoader Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 | |
---|---|---|
AddExtender | ||
LoadObjectOnDemand | (Inherited from IObjectOnDemandLoader.) | |
RemoveExtender |
Top