VerifyConnectionDelegate Delegate

Definition

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

public delegate System::Data::IDbConnection ^ VerifyConnectionDelegate(UIConnectionInfo ^ ci, IServerType ^ serverType);
public delegate System.Data.IDbConnection VerifyConnectionDelegate(UIConnectionInfo ci, IServerType serverType);
type VerifyConnectionDelegate = delegate of UIConnectionInfo * IServerType -> IDbConnection
Public Delegate Function VerifyConnectionDelegate(ci As UIConnectionInfo, serverType As IServerType) As IDbConnection 

Parameters

ci
UIConnectionInfo

A UIConnectionInfo which represents the connection.

serverType
IServerType

The IServerType which represents the server.

Return Value

The delegate to open live connection.

Applies to