IMaterializationService.DematerializeComponent Method (IComponent, Object)

 

Applies To: SQL Server 2016 Preview

Dematerializes a specified component.

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

Syntax

void DematerializeComponent(
    IComponent component,
    object parent
)
void DematerializeComponent(
    IComponent^ component,
    Object^ parent
)
abstract DematerializeComponent : 
        component:IComponent *
        parent:Object -> unit
Sub DematerializeComponent (
    component As IComponent,
    parent As Object
)

Parameters

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top