IHostMaterializationService.DematerializeComponent Method (IComponent, Object)
Applies To: SQL Server (starting with 2016)
Dematerializes the component in the service.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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
component
Type: System.ComponentModel.IComponentThe component.
parent
Type: System.ObjectThe parent object.
See Also
IHostMaterializationService Interface
Microsoft.AnalysisServices.Hosting Namespace
Return to top