Compartilhar via


Propriedade do RDL IDbCommand.CommandTimeout

Gets or sets the wait time before terminating the attempt to execute a command and generating an error.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Property CommandTimeout As Integer 
    Get 
    Set
'Uso
Dim instance As IDbCommand 
Dim value As Integer 

value = instance.CommandTimeout

instance.CommandTimeout = value
int CommandTimeout { get; set; }
property int CommandTimeout {
    int get ();
    void set (int value);
}
abstract CommandTimeout : int with get, set
function get CommandTimeout () : int 
function set CommandTimeout (value : int)

Valor da propriedade

Tipo: System.Int32
The time (in seconds) to wait for the command to execute. The default value is 30 seconds.

Comentários

Exceptions

Exception type

Condition

ArgumentException

The property value assigned is less than 0.

Consulte também

Referência

IDbCommand Interface

Namespace Microsoft.ReportingServices.DataProcessing