LoadOnDemand-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Function LoadOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System. . :: . .Boolean