此 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.