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