Propriété QueryDefinition.Timeout

Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query attempt.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Timeout As Integer 
    Get 
    Set
'Utilisation
Dim instance As QueryDefinition 
Dim value As Integer 

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

Valeur de propriété

Type : System.Int32
An Integer value.

Voir aussi

Référence

QueryDefinition Classe

Espace de noms ReportService2005