다음을 통해 공유


Disconnect 메서드

Disconnects from the target server.

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

구문

‘선언
Function Disconnect As Boolean
‘사용 방법
Dim instance As ISfcConnection
Dim returnValue As Boolean

returnValue = instance.Disconnect()
bool Disconnect()
bool Disconnect()
abstract Disconnect : unit -> bool 
function Disconnect() : boolean

반환 값

유형: System. . :: . .Boolean
True if the connection succeeds; otherwise, false.