AnfiniL.SqlServerTools.Impl.ServerConnector.TestRawConnection C# (CSharp) Метод

TestRawConnection() публичный Метод

public TestRawConnection ( string rawConnectionString, string &error ) : bool
rawConnectionString string
error string
Результат bool
        public bool TestRawConnection(string rawConnectionString, out string error)
        {
            return TestServerConnection(new ServerConnection(new SqlConnection(rawConnectionString)), out error);
        }