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 类。