SqlCeConnectionProperties(IServerType) 构造函数

定义

使用指定的服务器类型初始化 SqlCeConnectionProperties 类的新实例。

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)

参数

myServerType
IServerType

IServerType 窗体设计器要求此调用。

适用于