In SQL 2008 the Backup Database Maintenance Plan Task has a collection property called "SelectedDatabases"
I would like to pass a single value database name to this property.
However the property requires a collection not a string.
Is there anyway I can return a collection from the Expression Builder to achieve this.