IServerType.ProceedWithConnection 메서드

Used when a server type needs to perform additional processing steps. Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Function ProceedWithConnection ( _
    ci As UIConnectionInfo _
) As Boolean
‘사용 방법
Dim instance As IServerType 
Dim ci As UIConnectionInfo 
Dim returnValue As Boolean 

returnValue = instance.ProceedWithConnection(ci)
bool ProceedWithConnection(
    UIConnectionInfo ci
)
bool ProceedWithConnection(
    UIConnectionInfo^ ci
)
abstract ProceedWithConnection : 
        ci:UIConnectionInfo -> bool
function ProceedWithConnection(
    ci : UIConnectionInfo
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the connection can continue; otherwise, false.

참고 항목

참조

IServerType 인터페이스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스