IHostMaterializationService.DematerializeComponent メソッド

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

サービスのコンポーネントの具体化を解除します。

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

パラメーター

関連項目

参照

IHostMaterializationService インターフェイス

Microsoft.AnalysisServices.Hosting 名前空間