IHostMaterializationService.MaterializeComponent Method

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

Materializes the component in the service.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Sub MaterializeComponent ( _
    component As IComponent, _
    parent As Object _
)
'Usage
Dim instance As IHostMaterializationService 
Dim component As IComponent 
Dim parent As Object

instance.MaterializeComponent(component, _
    parent)
void MaterializeComponent(
    IComponent component,
    Object parent
)
void MaterializeComponent(
    IComponent^ component, 
    Object^ parent
)
abstract MaterializeComponent : 
        component:IComponent * 
        parent:Object -> unit
function MaterializeComponent(
    component : IComponent, 
    parent : Object
)

Parameters

See Also

Reference

IHostMaterializationService Interface

Microsoft.AnalysisServices.Hosting Namespace