Share via


Méthode IOnDemandLoaderExtender.LoadOnDemand

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

Indicates whether the specified object loads on demand.

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

Syntaxe

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

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

Paramètres

Valeur de retour

Type : System.Boolean
true if the specified object loads on demand; otherwise, false.

Voir aussi

Référence

IOnDemandLoaderExtender Interface

Espace de noms Microsoft.DataWarehouse.Serialization