Click or drag to resize
BulkInsertSettingsBulkCopyTimeout Property
Number of seconds for the operation to complete before it times out. The default is 30 seconds. A value of 0 indicates no limit; the bulk copy will wait indefinitely.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public int BulkCopyTimeout { get; set; }

Property Value

Type: Int32
See Also