共用方式為


UpdateMaterialization 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  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
)

參數