Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes a ModelComponent object from the specified container.
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
The container.