IMaterializationService.UpdateMaterialization Method (IComponent, Boolean)

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.ComponentModel
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Sub UpdateMaterialization ( _
    component As IComponent, _
    updatePermanently As Boolean _
)
'Usage
Dim instance As IMaterializationService
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
)

Parameters