ModelComponent.RemoveFromContainer Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub RemoveFromContainer ( _
container As IContainer _
)
'Usage
Dim container As IContainer
Me.RemoveFromContainer(container)
protected internal virtual void RemoveFromContainer(
IContainer container
)
protected public:
virtual void RemoveFromContainer(
IContainer^ container
)
abstract RemoveFromContainer :
container:IContainer -> unit
override RemoveFromContainer :
container:IContainer -> unit
function RemoveFromContainer(
container : IContainer
)
Parameters
- container
Type: System.ComponentModel.IContainer