Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用指定的 ULConnection 对象初始化 ULBulkCopy 对象。
Public Sub New(ByVal connection As ULConnection)
public ULBulkCopy(ULConnection connection)
connection 用于执行批量复制操作且已打开的 ULConnection 对象。如果连接未打开,则 WriteToServer 方法调用期间会抛出异常。
无法在 .NET Compact Framework 2.0 中使用 ULBulkCopy 类。