You are here

protected property MigrateSourceMSSQL::$configuration in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/sqlsrv.inc \MigrateSourceMSSQL::configuration

Array containing information for connecting to SQL Server: servername - Hostname of the SQL Server username - Username to connect as password - Password for logging in database (optional) - Database to select after connecting

Type: array

File

plugins/sources/mssql.inc, line 21
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 $configuration;