VerifyConnectionDelegate Delegate
Represents a delegate that is used to open live connection and thus verify connection info collected by the dialog.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
public delegate IDbConnection^ VerifyConnectionDelegate( UIConnectionInfo^ ci, IServerType^ serverType )
Parameters
- ci
-
Type:
Microsoft.SqlServer.Management.Smo.RegSvrEnum::UIConnectionInfo^
A UIConnectionInfo which represents the connection.
- serverType
-
Type:
Microsoft.SqlServer.Management.UI.ConnectionDlg::IServerType^
The Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType which represents the server.
Show: