Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the number of seconds to wait for a connection to be established with the linked server before timing out.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ConnectTimeout As Integer
Get
Set
'Uso
Dim instance As LinkedServer
Dim value As Integer
value = instance.ConnectTimeout
instance.ConnectTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ConnectTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ConnectTimeout {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ConnectTimeout : int with get, set
function get ConnectTimeout () : int
function set ConnectTimeout (value : int)
Valor de la propiedad
Tipo: System.Int32
An Int32 value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out.
Ejemplos
Utilizar servidores vinculados en SMO
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo