Метод IHostMaterializationService.MaterializeComponent
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Materializes the component in the service.
Пространство имен: Microsoft.AnalysisServices.Hosting
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Sub MaterializeComponent ( _
component As IComponent, _
parent As Object _
)
'Применение
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
)
Параметры
- component
Тип: System.ComponentModel.IComponent
The component.
- parent
Тип: System.Object
The parent object.