DtsConnectionProperties.IPropertyPage.Verify Method

Definition

Verifies the content of the property page for the Data Transformation Services (DTS) connection.

 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

Returns

true if the content of the property page is verified; otherwise, false.

Implements

Applies to