DematerializeComponent-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub DematerializeComponent ( _
component As IComponent, _
parent As Object _
)
'Usage
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
)
Parameter
- component
Typ: System.ComponentModel. . :: . .IComponent
- parent
Typ: System. . :: . .Object