SqlBatch.Timeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 (等待时间(以秒为单位)) ,然后终止尝试执行批处理并生成错误。
public:
virtual property int Timeout { int get(); void set(int value); };
public override int Timeout { get; set; }
member this.Timeout : int with get, set
Public Overrides Property Timeout As Integer
属性值
等待批处理执行的时间(以秒为单位),该时间与底层有协定 CommandTimeout
注解
ArgumentException如果分配Timeout的属性值小于 0,则生成 。
实现者注意:建议 0 表示无超时。