Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a ModelComponent object to the specified container.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub AddToContainer ( _
container As IContainer _
)
'Usage
Dim container As IContainer
Me.AddToContainer(container)
protected internal virtual void AddToContainer(
IContainer container
)
protected public:
virtual void AddToContainer(
IContainer^ container
)
abstract AddToContainer :
container:IContainer -> unit
override AddToContainer :
container:IContainer -> unit
function AddToContainer(
container : IContainer
)
Parameters
- container
Type: System.ComponentModel.IContainer
The container where to add the specified ModelComponent object.