CommandTimeout Property (DbScript)
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
public int CommandTimeout {get; set;}
'Declaration
Public Property CommandTimeout As Integer
Property Value
The time (in seconds) to wait for the command to execute. The default value is 30 seconds.