Propriedade do RDL FullTextService.ConnectTimeout
Gets or sets the time interval allowed for Microsoft Search to try a connection to an instance of SQL Server before timing out.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
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.
Exemplos
Implementando a pesquisa de texto completo
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo
Outros recursos
Visão geral da pesquisa de texto completo