Método IHostMaterializationService.DematerializeComponent
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Dematerializes the component in the service.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub DematerializeComponent ( _
component As IComponent, _
parent As Object _
)
'Uso
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
)
Parâmetros
- component
Tipo: System.ComponentModel.IComponent
The component.
- parent
Tipo: System.Object
The parent object.