LoadOnDemand 方法

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.DataWarehouse.Serialization
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Function LoadOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
用法
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

参数

返回值

类型:System. . :: . .Boolean