DematerializeComponent メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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
)

パラメーター