Interface IExtensibleOnDemandObjectLoader

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface that demand the object loader.

Espace de noms :  Microsoft.DataWarehouse.Serialization
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Interface IExtensibleOnDemandObjectLoader _
    Inherits IObjectOnDemandLoader
'Utilisation
Dim instance As IExtensibleOnDemandObjectLoader
public interface IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
public interface class IExtensibleOnDemandObjectLoader : IObjectOnDemandLoader
type IExtensibleOnDemandObjectLoader =  
    interface 
        interface IObjectOnDemandLoader 
    end
public interface IExtensibleOnDemandObjectLoader extends IObjectOnDemandLoader

Le type IExtensibleOnDemandObjectLoader expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddExtender Infrastructure. Adds the extender object.
Méthode publique LoadObjectOnDemand Infrastructure. Indicates whether the object loads on demand. (hérité de IObjectOnDemandLoader.)
Méthode publique RemoveExtender Infrastructure. Removes the extender object.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Serialization