Share via


ComponentContainer Constructor

Initializes a new instance of the ComponentContainer class.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    services As IServiceProvider _
)
'Usage
Dim services As IServiceProvider

Dim instance As New ComponentContainer(services)
public ComponentContainer(
    IServiceProvider services
)
public:
ComponentContainer(
    IServiceProvider^ services
)
new : 
        services:IServiceProvider -> ComponentContainer
public function ComponentContainer(
    services : IServiceProvider
)

Parameters