IHostMaterializationService.UpdateMaterialization メソッド

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

具体化サービスを更新します。

名前空間:  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、それ以外の場合は false です。

関連項目

参照

IHostMaterializationService インターフェイス

Microsoft.AnalysisServices.Hosting 名前空間