FullTextService.ConnectTimeout Propiedad
Gets or sets the time interval allowed for Microsoft Search to try a connection to an instance of SQL 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 TimeSpan
Get
Set
'Uso
Dim instance As FullTextService
Dim value As TimeSpan
value = instance.ConnectTimeout
instance.ConnectTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan ConnectTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property TimeSpan ConnectTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ConnectTimeout : TimeSpan with get, set
function get ConnectTimeout () : TimeSpan
function set ConnectTimeout (value : TimeSpan)
Valor de la propiedad
Tipo: System.TimeSpan
A TimeSpan system object value that specifies the connection time-out interval allowed to try a connection to an instance of SQL Server.
Ejemplos
Implementar la búsqueda de texto completo
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo
Otros recursos
Introducción a la búsqueda de texto completo