Метод 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.