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 | |
---|---|---|
SitingBlocked | Infrastructure. Gets whether the siting is blocked. |
Top
Methods
Name | Description | |
---|---|---|
DematerializeComponent | Infrastructure. Dematerializes the component in the service. | |
MaterializeComponent | Infrastructure. Materializes the component in the service. | |
UpdateMaterialization | Infrastructure. Updates the materialization service. |
Top