You are here

protected property MigrateSourceMSSQL::$configuration in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/mssql.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 character_set (optional) - set to "UTF-8" for multibyte chars support

Type: array

File

plugins/sources/sqlsrv.inc, line 22
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;