此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Provides a host services for materialization.
命名空间: Microsoft.AnalysisServices.Hosting
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")> _
Public Interface IHostMaterializationService
用法
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
IHostMaterializationService 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
SitingBlocked | 基础结构。Gets whether the siting is blocked. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
DematerializeComponent | 基础结构。Dematerializes the component in the service. |
![]() |
MaterializeComponent | 基础结构。Materializes the component in the service. |
![]() |
UpdateMaterialization | 基础结构。Updates the materialization service. |
页首