Метод 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.