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
)
參數
- component
型別:System.ComponentModel.IComponent
The component.
- updatePermanently
型別:System.Boolean
true to update permanently; otherwise, false.