Méthode IHostOnDemandLoader.LoadCollectionOnDemand
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Loads requested objects in the collection.
Espace de noms : Microsoft.AnalysisServices.Hosting
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Function LoadCollectionOnDemand ( _
loadableCollection As Object, _
context As Object _
) As Boolean
'Utilisation
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
Paramètres
- loadableCollection
Type : System.Object
A collection of loadable objects.
- context
Type : System.Object
The context.
Valeur de retour
Type : System.Boolean
The requested objects in the collection.