DtsConnectionProperties.IPropertyPage.Verify 메서드

정의

DTS(데이터 변환 서비스) 연결에 대한 속성 페이지의 내용을 확인합니다.

 virtual bool Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Verify() = Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage::Verify;
bool IPropertyPage.Verify ();
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Verify : unit -> bool
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Verify : unit -> bool
Function Verify () As Boolean Implements IPropertyPage.Verify

반환

속성 페이지의 내용이 확인되면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상