Share via


SwitcherViewAdapter Constructors

Definition

Initializes a new instance of the SwitcherViewAdapter class.

Overloads

SwitcherViewAdapter()

Initializes a new instance of the SwitcherViewAdapter class with the default property values.

SwitcherViewAdapter(IContainer)

Initializes a new instance of the SwitcherViewAdapter class with the specified container.

SwitcherViewAdapter()

Initializes a new instance of the SwitcherViewAdapter class with the default property values.

public:
 SwitcherViewAdapter();
public SwitcherViewAdapter ();
Public Sub New ()

Applies to

SwitcherViewAdapter(IContainer)

Initializes a new instance of the SwitcherViewAdapter class with the specified container.

public:
 SwitcherViewAdapter(System::ComponentModel::IContainer ^ container);
public SwitcherViewAdapter (System.ComponentModel.IContainer container);
new Microsoft.SqlServer.Management.TaskForms.SwitcherViewAdapter : System.ComponentModel.IContainer -> Microsoft.SqlServer.Management.TaskForms.SwitcherViewAdapter
Public Sub New (container As IContainer)

Parameters

container
IContainer

An IContainer interface that contains data.

Applies to