Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置操作在超时之前完成所需的秒数。
Public Property BulkCopyTimeout As Integer
public int BulkCopyTimeout {get;set;}
缺省值为 30 秒。
值为零表示没有限制。应该避免使用该值,因为这可能会导致无限期的等待。
如果操作超时,将回退当前事务中的所有行,并抛出 SAException 错误。
将值设置为小于零将会抛出错误。