OlapConnectionProperties.Verify Method ()

 

Applies To: SQL Server 2016 Preview

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

public bool Verify()
public:
virtual bool Verify() sealed
abstract Verify : unit -> bool
override Verify : unit -> bool
Public Function Verify As Boolean

Return Value

Type: System.Boolean

true if the verification of property is checked; otherwise, false.

Implements

IPropertyPage.Verify()

See Also

OlapConnectionProperties Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top