IOnDemandLoadableCollection Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Displays a collection of on demand loadable objects.

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

Syntax

'Declaration
<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")> _
Public Interface IOnDemandLoadableCollection
'Usage
Dim instance As IOnDemandLoadableCollection
[GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")]
public interface IOnDemandLoadableCollection
[GuidAttribute(L"581524E3-A62D-4ce7-89D1-A8E2BA8D485C")]
public interface class IOnDemandLoadableCollection
[<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")>]
type IOnDemandLoadableCollection =  interface end
public interface IOnDemandLoadableCollection

The IOnDemandLoadableCollection type exposes the following members.

Properties

  Name Description
Public property Loaded Infrastructure. Gets whether the collection is loaded.

Top

Methods

  Name Description
Public method BlockOnDemandLoad Infrastructure. Blocks the on demand load that is associated with IOnDemandLoadableCollection.

Top

See Also

Reference

Microsoft.AnalysisServices.Hosting Namespace