IOnDemandLoadableCollection-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IOnDemandLoadableCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Loaded | Infrastruktur Gets whether the collection is loaded. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
BlockOnDemandLoad | Infrastruktur Blocks the on demand load that is associated with IOnDemandLoadableCollection. |
Zum Anfang