Share via


OlapConnectionProperties.Verify Method

Retrieves a value to verify the value of the connection property in the control.

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

Syntax

'Declaration
Public Function Verify As Boolean
'Usage
Dim instance As OlapConnectionProperties
Dim returnValue As Boolean

returnValue = instance.Verify()
public bool Verify()
public:
virtual bool Verify() sealed
abstract Verify : unit -> bool 
override Verify : unit -> bool 
public final function Verify() : boolean

Return Value

Type: System.Boolean
true if the verification of property is checked; otherwise, false.

Implements

IPropertyPage.Verify()