Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SABulkCopy class

BatchSize property Next Page

BulkCopyTimeout property


Gets or sets the number of seconds for the operation to complete before it times out.

Syntax

Visual Basic

Public Property BulkCopyTimeout As Integer

C#

public int BulkCopyTimeout { get; set; }

Property value

The default value is 30 seconds.

Remarks

A value of zero indicates no limit. This should be avoided because it may cause an indefinite wait.

If the operation times out, then all rows in the current transaction are rolled back and an SAException is raised.

Setting this property to a value less than zero is an error.

See also