ServerConnection.ISfcConnection.Disconnect 메서드

Disconnects the connection.

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

구문

‘선언
Private Function Disconnect As Boolean 
    Implements ISfcConnection.Disconnect
‘사용 방법
Dim instance As ServerConnection 
Dim returnValue As Boolean 

returnValue = CType(instance, ISfcConnection).Disconnect()
bool ISfcConnection.Disconnect()
private:
virtual bool Disconnect() sealed = ISfcConnection::Disconnect
private abstract Disconnect : unit -> bool  
private override Disconnect : unit -> bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

유형: System.Boolean
A Boolean which is true if the connection is disconnected; otherwise, false.

구현

ISfcConnection.Disconnect()

참고 항목

참조

ServerConnection 클래스

Microsoft.SqlServer.Management.Common 네임스페이스