IOnDemandLoadableCollection Interface

 

Applies To: SQL Server (starting with 2016)

Displays a collection of on demand loadable objects.

Namespace:   Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")]
public interface IOnDemandLoadableCollection
[GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")]
public interface class IOnDemandLoadableCollection
[<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")>]
type IOnDemandLoadableCollection = interface end
<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")>
Public Interface IOnDemandLoadableCollection

Properties

Name Description
System_CAPS_pubproperty Loaded

Gets whether the collection is loaded.

Methods

Name Description
System_CAPS_pubmethod BlockOnDemandLoad(Boolean)

Blocks the on demand load that is associated with IOnDemandLoadableCollection.

See Also

Microsoft.AnalysisServices.Hosting Namespace

Return to top