SqlCeConnectionProperties 클래스

정의

SQLCeConnectionProperties에 대한 설명을 표시합니다.

public ref class SqlCeConnectionProperties sealed : System::Windows::Forms::UserControl, Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoce.connectionproperties.f1")]
public sealed class SqlCeConnectionProperties : System.Windows.Forms.UserControl, Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoce.connectionproperties.f1")>]
type SqlCeConnectionProperties = class
    inherit UserControl
    interface IPropertyPage
Public NotInheritable Class SqlCeConnectionProperties
Inherits UserControl
Implements IPropertyPage
상속
SqlCeConnectionProperties
특성
구현

생성자

SqlCeConnectionProperties(IServerType)

지정한 서버 유형을 포함하는 SqlCeConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

메서드

Load(UIConnectionInfo)

컨트롤을 업데이트하는 동안 등록을 취소할 이벤트 처리기를 나타내는 값을 반환합니다.

RegisterEventHandlers()

SQL 데이터베이스의 이벤트 처리기와 해당 값을 나타냅니다.

Save(UIConnectionInfo)

저장할 값과 설정을 지정합니다.

Setup(UIConnectionInfo)

인터페이스 구현에 필요합니다.

UnregisterEventHandlers()

데이터베이스의 이벤트 처리기와 해당 값을 나타냅니다.

Verify()

연결 속성의 추적을 나타내는 값을 검색합니다.

이벤트

ValueChanged

값 속성이 변경될 때 발생합니다.

적용 대상