protected property MigrateSourceMSSQL::$connection in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/sources/sqlsrv.inc \MigrateSourceMSSQL::connection
The active MS SQL Server connection for this source.
Type: resource
File
- plugins/
sources/ mssql.inc, line 28 - 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 $connection;