Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.