QueryDefinitionCommandTimeout Property  | 
 
            Gets or sets the wait time before terminating the attempt to execute a command
            and generating an error.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int CommandTimeout { get; set; }Public Property CommandTimeout As Integer
	Get
	Set
public:
property int CommandTimeout {
	int get ();
	void set (int value);
}member CommandTimeout : int with get, set
Property Value
Type: 
Int32
            The time (in seconds) to wait for the command to execute. The default value
            is 30 seconds. A value of 0 indicates no limit.
            
Exceptions
See Also