Partilhar via


Interface IOnDemandLoadableCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Displays a collection of on demand loadable objects.

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

Sintaxe

'Declaração
<GuidAttribute("581524E3-A62D-4ce7-89D1-A8E2BA8D485C")> _
Public Interface IOnDemandLoadableCollection
'Uso
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

O tipo IOnDemandLoadableCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Loaded Infraestrutura. Gets whether the collection is loaded.

Início

Métodos

  Nome Descrição
Método público BlockOnDemandLoad Infraestrutura. Blocks the on demand load that is associated with IOnDemandLoadableCollection.

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices.Hosting