IHostOnDemandLoader Interface
Applies To: SQL Server (starting with 2016)
Displays the host of the demand loader.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface IHostOnDemandLoader
[GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface class IHostOnDemandLoader
[<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")>]
type IHostOnDemandLoader = interface end
<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")>
Public Interface IHostOnDemandLoader
Methods
Name | Description | |
---|---|---|
LoadCollectionOnDemand(Object, Object) | Loads requested objects in the collection. |
See Also
Microsoft.AnalysisServices.Hosting Namespace
Return to top