Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Materializes the component in the service.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub MaterializeComponent ( _
component As IComponent, _
parent As Object _
)
'Usage
Dim instance As IHostMaterializationService
Dim component As IComponent
Dim parent As Object
instance.MaterializeComponent(component, _
parent)
void MaterializeComponent(
IComponent component,
Object parent
)
void MaterializeComponent(
IComponent^ component,
Object^ parent
)
abstract MaterializeComponent :
component:IComponent *
parent:Object -> unit
function MaterializeComponent(
component : IComponent,
parent : Object
)
Parameters
- component
Type: System.ComponentModel.IComponent
The component.
- parent
Type: System.Object
The parent object.