databaseNames property

List<String>? databaseNames
getter/setter pair

(SQL Server only) Clone only the specified databases from the source instance.

Clone all databases if empty.

Implementation

core.List<core.String>? databaseNames;