共用方式為


LoadCollectionOnDemand 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.AnalysisServices.Hosting
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Function LoadCollectionOnDemand ( _
    loadableCollection As Object, _
    context As Object _
) As Boolean
'用途
Dim instance As IHostOnDemandLoader
Dim loadableCollection As Object
Dim context As Object
Dim returnValue As Boolean

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

參數

傳回值

型別:System. . :: . .Boolean