JAMS Developer Guide
CommandTimeout Property


MVPSI.JAMS.Activities.SQL Namespace > SQLStoredProc Class : CommandTimeout Property
The wait time before terminating the attempt to execute a command and generate an error.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Optional Settings")>
<System.ComponentModel.DescriptionAttribute("The wait time before terminating the attempt to execute a command and generate an error.")>
Public Property CommandTimeout As System.Integer
'Usage
 
Dim instance As SQLStoredProc
Dim value As System.Integer
 
instance.CommandTimeout = value
 
value = instance.CommandTimeout
[System.ComponentModel.Category("Optional Settings")]
[System.ComponentModel.Description("The wait time before terminating the attempt to execute a command and generate an error.")]
public System.int CommandTimeout {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLStoredProc Class
SQLStoredProc Members