FullTextService.ConnectTimeout Property

 

Applies To: SQL Server 2016 Preview

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 (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan ConnectTimeout { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property TimeSpan ConnectTimeout {
    TimeSpan get();
    void set(TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ConnectTimeout : TimeSpan with get, set
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public Property ConnectTimeout As TimeSpan

Property Value

Type: 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.

Examples

Legacy Code Example

Implementing Full-Text Search

See Also

FullTextService Class
Microsoft.SqlServer.Management.Smo Namespace

CREATE FULLTEXT INDEX (Transact-SQL)
CREATE FULLTEXT CATALOG (Transact-SQL)
Unable to find linked topic 'db3747e0-db12-4c69-9d81-b5011984eb3a'.

Return to top