VerifyConnectionDelegate Delegat

Definition

Repräsentiert einen Delegaten, der verwendet wird, um eine Live-Verbindung zu öffnen und so die vom Dialog gesammelten Verbindungsinformationen zu überprüfen.

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 

Parameter

ci
UIConnectionInfo

A UIConnectionInfo , was die Verbindung darstellt.

serverType
IServerType

Das IServerType , was den Server darstellt.

Rückgabewert

Der Delegierte für die Öffnung der Live-Verbindung.

Gilt für: