IHostMaterializationService.UpdateMaterialization 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Updates the materialization service.

命名空间:  Microsoft.AnalysisServices.Hosting
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Sub UpdateMaterialization ( _
    component As IComponent, _
    updatePermanently As Boolean _
)
用法
Dim instance As IHostMaterializationService 
Dim component As IComponent 
Dim updatePermanently As Boolean

instance.UpdateMaterialization(component, _
    updatePermanently)
void UpdateMaterialization(
    IComponent component,
    bool updatePermanently
)
void UpdateMaterialization(
    IComponent^ component, 
    bool updatePermanently
)
abstract UpdateMaterialization : 
        component:IComponent * 
        updatePermanently:bool -> unit
function UpdateMaterialization(
    component : IComponent, 
    updatePermanently : boolean
)

参数

  • updatePermanently
    类型:System.Boolean
    true to update permanently; otherwise, false.

请参阅

参考

IHostMaterializationService 接口

Microsoft.AnalysisServices.Hosting 命名空间