ConnectionDialog.ConnectionVerifier Property

Definition

Gets or sets the invoker of the dialog box that specifies a delegate to be used to verify the connection.

public:
 property Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ ConnectionVerifier { Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ get(); void set(Microsoft::SqlServer::Management::UI::ConnectionDlg::VerifyConnectionDelegate ^ value); };
public Microsoft.SqlServer.Management.UI.ConnectionDlg.VerifyConnectionDelegate ConnectionVerifier { get; set; }
member this.ConnectionVerifier : Microsoft.SqlServer.Management.UI.ConnectionDlg.VerifyConnectionDelegate with get, set
Public Property ConnectionVerifier As VerifyConnectionDelegate

Property Value

The invoker of the dialog box that specify a delegate to be used to verify the connection.

Applies to