connectionString
The string defining the connection to be opened for use by the ULBulkCopy object. A connection string is a semicolon-separated
list of keyword=value pairs.
The ULBulkCopy class is not available in the .NET Compact Framework 2.0.
This syntax opens a connection during a WriteToServer method call with the connectionString value. The connection is closed
at the end of the WriteToServer call.
The connection string can be supplied using a ULConnectionParms object.