Partager via


LoadObjectOnDemand méthode

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

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

Syntaxe

'Déclaration
Function LoadObjectOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
'Utilisation
Dim instance As IObjectOnDemandLoader
Dim loadableObject As Object
Dim context As Object
Dim returnValue As Boolean

returnValue = instance.LoadObjectOnDemand(loadableObject, _
    context)
bool LoadObjectOnDemand(
    Object loadableObject,
    Object context
)
bool LoadObjectOnDemand(
    Object^ loadableObject, 
    Object^ context
)
abstract LoadObjectOnDemand : 
        loadableObject:Object * 
        context:Object -> bool 
function LoadObjectOnDemand(
    loadableObject : Object, 
    context : Object
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean