IHostMaterializationService.MaterializeComponent 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Materializes the component in the service.

命名空间:  Microsoft.AnalysisServices.Hosting
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Sub MaterializeComponent ( _
    component As IComponent, _
    parent As Object _
)
用法
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
)

参数

请参阅

参考

IHostMaterializationService 接口

Microsoft.AnalysisServices.Hosting 命名空间