SfcConnection.Disconnect 메서드
Disconnects from the target server.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public MustOverride Function Disconnect As Boolean
‘사용 방법
Dim instance As SfcConnection
Dim returnValue As Boolean
returnValue = instance.Disconnect()
public abstract bool Disconnect()
public:
virtual bool Disconnect() abstract
abstract Disconnect : unit -> bool
public abstract function Disconnect() : boolean
반환 값
유형: System.Boolean
true if the server is successfully disconnected; otherwise, false.