IHostMaterializationService Interface

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

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

Syntax

'Declaration
<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")> _
Public Interface IHostMaterializationService
'Usage
Dim instance As IHostMaterializationService
[GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface IHostMaterializationService
[GuidAttribute(L"45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface class IHostMaterializationService
[<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")>]
type IHostMaterializationService =  interface end
public interface IHostMaterializationService

The IHostMaterializationService type exposes the following members.

Properties

  Name Description
Public property SitingBlocked

Top

Methods

  Name Description
Public method DematerializeComponent Infrastructure.
Public method MaterializeComponent Infrastructure.
Public method UpdateMaterialization Infrastructure.

Top