HttpClientConnection100Class.Timeout Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the number of seconds after which the HTTP operation times out.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property Timeout As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
An Integer that contains the number of seconds after which the HTTP operation times out.
Implementa
IDTSHttpClientConnection100.Timeout