VerifyConnectionDelegate Delegate

 

Represents a delegate that is used to open live connection and thus verify connection info collected by the dialog.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
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.

Return Value

Type: System.Data::IDbConnection^

The delegate to open live connection.

Return to top
Show: