次の方法で共有


LoadObjectOnDemand メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.DataWarehouse.Serialization
アセンブリ:  Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)

構文

'宣言
Function LoadObjectOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
'使用
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

パラメーター

戻り値

型: System. . :: . .Boolean