IMaterializationService.UpdateMaterialization Method (IComponent)

 

Applies To: SQL Server 2016 Preview

Updates the IMaterializationService.

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

Syntax

void UpdateMaterialization(
    IComponent component
)
void UpdateMaterialization(
    IComponent^ component
)
abstract UpdateMaterialization : 
        component:IComponent -> unit
Sub UpdateMaterialization (
    component As IComponent
)

Parameters

See Also

UpdateMaterialization Overload
IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top