IHostMaterializationService.DematerializeComponent 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Dematerializes the component in the service.
命名空間: 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
)
參數
- component
型別:System.ComponentModel.IComponent
The component.
- parent
型別:System.Object
The parent object.