Initializes a ULBulkCopy object with the specified ULConnection.
Public Sub New(ByVal connection As ULConnection)
public ULBulkCopy(ULConnection connection)
connection The already open ULConnection that is used to perform the bulk-copy operation. If the connection is not open, an exception is thrown in WriteToServer.
The ULBulkCopy class is not available in the .NET Compact Framework 2.0.