Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Loads requested objects in the collection.
Espacio de nombres: Microsoft.AnalysisServices.Hosting
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Function LoadCollectionOnDemand ( _
loadableCollection As Object, _
context As Object _
) As Boolean
'Uso
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
Parámetros
- loadableCollection
Tipo: System.Object
A collection of loadable objects.
- context
Tipo: System.Object
The context.
Valor devuelto
Tipo: System.Boolean
The requested objects in the collection.