UpdateMaterialization メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

パラメーター