You are here

protected property MigrateSourceMSSQL::$result in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/mssql.inc \MigrateSourceMSSQL::result

The result object from executing the query - traversed to process the incoming data.

File

plugins/sources/sqlsrv.inc, line 40
Define a MigrateSource for importing from Microsoft SQL Server databases.

Class

MigrateSourceMSSQL
Implementation of MigrateSource, to handle imports from remote MS SQL Server db servers.

Code

protected $result;