IMaterializationService.UpdateMaterialization Method (IComponent)

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 _
)
'Usage
Dim instance As IMaterializationService
Dim component As IComponent

instance.UpdateMaterialization(component)
void UpdateMaterialization(
    IComponent component
)
void UpdateMaterialization(
    IComponent^ component
)
abstract UpdateMaterialization : 
        component:IComponent -> unit 
function UpdateMaterialization(
    component : IComponent
)

Parameters