Interface IOnDemandLoadableCollection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Displays a collection of on demand loadable objects.
Espace de noms : Microsoft.AnalysisServices.Hosting
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")> _
Public Interface IOnDemandLoadableCollection
'Utilisation
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
Le type IOnDemandLoadableCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Loaded | Infrastructure. Gets whether the collection is loaded. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
BlockOnDemandLoad | Infrastructure. Blocks the on demand load that is associated with IOnDemandLoadableCollection. |
Haut de la page