TestConnection 메서드
Tests the connection to a linked server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub TestConnection
‘사용 방법
Dim instance As LinkedServer
instance.TestConnection()
public void TestConnection()
public:
void TestConnection()
member TestConnection : unit -> unit
public function TestConnection()