SqlConnectionProperties Constructors

Definition

Initializes a new instance of the SqlConnectionProperties class.

Overloads

SqlConnectionProperties()

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

SqlConnectionProperties(IServerType)

Initializes a new instance of the SqlConnectionProperties class with the specified parent server parameter.

SqlConnectionProperties()

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

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

Applies to

SqlConnectionProperties(IServerType)

Initializes a new instance of the SqlConnectionProperties class with the specified parent server parameter.

public:
 SqlConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public SqlConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties
Public Sub New (parentServer As IServerType)

Parameters

parentServer
IServerType

The server used to create instance of the control.

Applies to