IMaterializationService.UpdateMaterialization Method (IComponent, Boolean)

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

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

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

  • updatePermanently
    Type: System.Boolean
    true to update permanently; otherwise, false.

See Also

Reference

IMaterializationService Interface

UpdateMaterialization Overload

Microsoft.DataWarehouse.ComponentModel Namespace