IHostMaterializationService Interface

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

Provides a host services for materialization.

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 Infrastructure. Gets whether the siting is blocked.

Top

Methods

  Name Description
Public method DematerializeComponent Infrastructure. Dematerializes the component in the service.
Public method MaterializeComponent Infrastructure. Materializes the component in the service.
Public method UpdateMaterialization Infrastructure. Updates the materialization service.

Top

See Also

Reference

Microsoft.AnalysisServices.Hosting Namespace