Share via


IConnectionValidator Interface

Allows extra connection validation.

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

Syntax

'Declaration
Public Interface IConnectionValidator
'Usage
Dim instance As IConnectionValidator
public interface IConnectionValidator
public interface class IConnectionValidator
type IConnectionValidator =  interface end
public interface IConnectionValidator

The IConnectionValidator type exposes the following members.

Methods

  Name Description
Public method CheckConnection Checks if a connection that was opened successfully should be returned to the calling application, or if it should be bounced.

Top

See Also

Reference

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace