IMaterializationService.UpdateMaterialization Method (IComponent, Boolean)

 

Applies To: SQL Server 2016 Preview

Updates the T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.

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

Syntax

void UpdateMaterialization(
    IComponent component,
    bool updatePermanently
)
void UpdateMaterialization(
    IComponent^ component,
    bool updatePermanently
)
abstract UpdateMaterialization : 
        component:IComponent *
        updatePermanently:bool -> unit
Sub UpdateMaterialization (
    component As IComponent,
    updatePermanently As Boolean
)

Parameters

  • updatePermanently
    Type: System.Boolean

    true to update permanently; otherwise, false.

See Also

UpdateMaterialization Overload
IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top