Disconnect 메서드
Disconnects from the target server.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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.