IMaterializationService.UpdateMaterialization Method (IComponent)

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

Updates the IMaterializationService.

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

See Also

Reference

IMaterializationService Interface

UpdateMaterialization Overload

Microsoft.DataWarehouse.ComponentModel Namespace