Метод ISfcConnection.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.