IPropertyPage2 인터페이스

정의

연결 대화 상자에 속성 페이지를 표시하는 메서드를 정의합니다.

public interface class IPropertyPage2 : Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
public interface IPropertyPage2 : Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
type IPropertyPage2 = interface
    interface IPropertyPage
Public Interface IPropertyPage2
Implements IPropertyPage
파생
구현

메서드

Load(UIConnectionInfo)

연결 정보 개체에서 속성 페이지의 상태를 로드합니다.

(다음에서 상속됨 IPropertyPage)
OnSelection()

사용자가 속성 페이지 탭을 선택할 때 발생합니다.

Save(UIConnectionInfo)

연결 정보 개체에 속성 페이지의 상태를 저장합니다.

(다음에서 상속됨 IPropertyPage)
Setup(UIConnectionInfo)

UIConnectionInfo 개체를 속성 페이지에 전달하여 필요한 설정을 수행할 수 있도록 합니다.

(다음에서 상속됨 IPropertyPage)
Verify()

속성 페이지의 내용이 유효한지 확인합니다. 내용이 유효하지 않으면 페이지에서 해당 내용과 오류 메시지가 표시됩니다.

(다음에서 상속됨 IPropertyPage)

적용 대상