ModelComponent.AddToContainer Method (IContainer)
Applies To: SQL Server (starting with 2016)
Adds a ModelComponent object to the specified container.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
protected internal virtual void AddToContainer(
IContainer container
)
public protected:
virtual void AddToContainer(
IContainer^ container
)
abstract AddToContainer :
container:IContainer -> unit
override AddToContainer :
container:IContainer -> unit
Protected Friend Overridable Sub AddToContainer (
container As IContainer
)
Parameters
container
Type: System.ComponentModel.IContainerThe container where to add the specified ModelComponent object.
See Also
ModelComponent Class
Microsoft.AnalysisServices Namespace
Return to top