IHostMaterializationService Interface

 

Applies To: SQL Server (starting with 2016)

Provides a host services for materialization.

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

Syntax

[GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface IHostMaterializationService
[GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface class IHostMaterializationService
[<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")>]
type IHostMaterializationService = interface end
<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")>
Public Interface IHostMaterializationService

Properties

Name Description
System_CAPS_pubproperty SitingBlocked

Gets whether the siting is blocked.

Methods

Name Description
System_CAPS_pubmethod DematerializeComponent(IComponent, Object)

Dematerializes the component in the service.

System_CAPS_pubmethod MaterializeComponent(IComponent, Object)

Materializes the component in the service.

System_CAPS_pubmethod UpdateMaterialization(IComponent, Boolean)

Updates the materialization service.

See Also

Microsoft.AnalysisServices.Hosting Namespace

Return to top