IHostOnDemandLoader Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Displays the host of the demand loader.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")> _
Public Interface IHostOnDemandLoader
'Usage
Dim instance As IHostOnDemandLoader
[GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface IHostOnDemandLoader
[GuidAttribute(L"8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface class IHostOnDemandLoader
[<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")>]
type IHostOnDemandLoader = interface end
public interface IHostOnDemandLoader
The IHostOnDemandLoader type exposes the following members.
Methods
Name | Description | |
---|---|---|
LoadCollectionOnDemand | Infrastructure. Loads requested objects in the collection. |
Top