ServerConnection.StatementTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the number of seconds that a statement is attempted to be sent to the server before it fails. Default is 600 seconds (same as Shiloh). Exceptions: InvalidPropertyValueException
public int StatementTimeout { get; set; }
member this.StatementTimeout : int with get, set
Public Property StatementTimeout As Integer