Partager via


Propriété HttpClientConnection100Class.Timeout

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the number of seconds after which the HTTP operation times out.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

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

value = instance.Timeout

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

Valeur de propriété

Type : System.Int32
An Integer that contains the number of seconds after which the HTTP operation times out.

Implémente

IDTSHttpClientConnection100.Timeout

Voir aussi

Référence

HttpClientConnection100Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper