Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the HTTP time-out when connecting to the Web server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property InternetTimeout As Integer
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Integer
value = instance.InternetTimeout
instance.InternetTimeout = value
int InternetTimeout { get; set; }
property int InternetTimeout {
int get ();
void set (int value);
}
abstract InternetTimeout : int with get, set
function get InternetTimeout () : int
function set InternetTimeout (value : int)
Property Value
Type: System.Int32
A Int32 value.