IHostMaterializationService.DematerializeComponent Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Dematerializes the component in the service.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub DematerializeComponent ( _
component As IComponent, _
parent As Object _
)
'Usage
Dim instance As IHostMaterializationService
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
)
Parameters
- component
Type: System.ComponentModel.IComponent
The component.
- parent
Type: System.Object
The parent object.