DtsConnectionProperties.IPropertyPage.Verify Method

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

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Private Function Verify As Boolean Implements IPropertyPage.Verify
'Usage
Dim instance As DtsConnectionProperties
Dim returnValue As Boolean

returnValue = CType(instance, IPropertyPage).Verify()
bool IPropertyPage.Verify()
private:
virtual bool Verify() sealed = IPropertyPage::Verify
private abstract Verify : unit -> bool 
private override Verify : unit -> bool 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Boolean
true if the content of the property page is verified; otherwise, false.

Implements

IPropertyPage.Verify()