共用方式為


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 命名空間