IMaterializationService.DematerializeComponent Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataWarehouse.ComponentModel
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Sub DematerializeComponent ( _
component As IComponent, _
parent As Object _
)
'Usage
Dim instance As IMaterializationService
Dim component As IComponent
Dim parent As Object
instance.DematerializeComponent(component, _
parent)
void DematerializeComponent(
IComponent component,
Object parent
)
void DematerializeComponent(
IComponent^ component,
Object^ parent
)
abstract DematerializeComponent :
component:IComponent *
parent:Object -> unit
function DematerializeComponent(
component : IComponent,
parent : Object
)