MultiServerSqlConnectionInfo.ExecutionTimeout Property

Definition

Gets or sets the execution timeout interval for a Transact-SQL batch, in seconds.

public:
 property int ExecutionTimeout { int get(); void set(int value); };
public int ExecutionTimeout { get; set; }
member this.ExecutionTimeout : int with get, set
Public Property ExecutionTimeout As Integer

Property Value

An Int32 specifying the amount of time, in seconds, before an idle execution operation will time out. If 0, the timeout interval is infinite.

Applies to