SqlCmd.QueryTimeout Property

MSBuild Extension Pack

SqlCmdQueryTimeout Property MSBuild Extension Pack Help 4.0.12.0

Gets or sets the number of seconds before a command (or SQL statement) times out. This option sets the SqlCmd scripting variable SQLCMDSTATTIMEOUT. If a time_out value is not specified, the command does not time out. The query time_out must be a number between 1 and 65535. If the value supplied is not numeric or does not fall into that range, SqlCmd generates an error message.

Note: The actual time out value may vary from the specified time_out value by several seconds.

Namespace: MSBuild.ExtensionPack.SqlServer
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also

Reference