IHostOnDemandLoader.LoadCollectionOnDemand 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Loads requested objects in the collection.
命名空間: 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
參數
- loadableCollection
型別:System.Object
A collection of loadable objects.
- context
型別:System.Object
The context.
傳回值
型別:System.Boolean
The requested objects in the collection.