Partager via


Propriété IDTSHttpClientConnection100.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
Property Timeout As Integer 
    Get 
    Set
'Utilisation
Dim instance As IDTSHttpClientConnection100 
Dim value As Integer 

value = instance.Timeout

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

Valeur de propriété

Type : System.Int32
The number of seconds after which the HTTP operation times out.

Notes

For more information, see HttpClientConnection100Class.

Voir aussi

Référence

IDTSHttpClientConnection100 Interface

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