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 양식 디자이너에 필요합니다.

적용 대상