FullTextService.LoadOSResourcesEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Boolean property value that specifies whether operating system components are allowed.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

Property Value

Type: System.Boolean

A Boolean value that specifies whether operating system components are allowed.

Returns True if operating system resources are allowed; otherwise, False (default).

Remarks

This property allows operating system components such as word breakers and filters.

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