IHostMaterializationService.MaterializeComponent Method (IComponent, Object)

 

Applies To: SQL Server (starting with 2016)

Materializes the component in the service.

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

Syntax

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

Parameters

See Also

IHostMaterializationService Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top