共用方式為


DematerializeComponent 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.AnalysisServices.Hosting
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Sub DematerializeComponent ( _
    component As IComponent, _
    parent As Object _
)
'用途
Dim instance As IHostMaterializationService
Dim component As IComponent
Dim parent As Object

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

參數