VerifyConnectionDelegate 대리자

정의

라이브 연결을 열고 대화 상자에서 수집되는 연결 정보를 확인하는 데 사용되는 대리자를 나타냅니다.

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 

매개 변수

ci
UIConnectionInfo

연결을 나타내는 UIConnectionInfo입니다.

serverType
IServerType

개체를 나타내는 IServerType입니다.

반환 값

라이브 연결을 열 대리자입니다.

적용 대상