SqlCeConnectionProperties(IServerType) Constructor

Definition

Initializes a new instance of the SqlCeConnectionProperties class with the specified server type.

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

Parameters

myServerType
IServerType

This call is required by the IServerType form designer.

Applies to