ISfcConnection.Connect 메서드
Connects to the target server.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Function Connect As Boolean
‘사용 방법
Dim instance As ISfcConnection
Dim returnValue As Boolean
returnValue = instance.Connect()
bool Connect()
bool Connect()
abstract Connect : unit -> bool
function Connect() : boolean
반환 값
유형: System.Boolean
True if the connection succeeds; otherwise, false.