FullTextCatalog.RootPath Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the path to the operating system directory that is used as the primary path for Microsoft Search full-text catalog storage.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone)]
public string RootPath { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::ReadOnlyAfterCreation | SfcPropertyFlags::Standalone)]
property String^ RootPath {
    String^ get();
    void set(String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone)>]
member RootPath : string with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)>
Public Property RootPath As String

Property Value

Type: System.String

A String value that specifies the path to the operating system directory that is used as the primary path for full-text storage.

Examples

Legacy Code Example

Implementing Full-Text Search

See Also

FullTextCatalog Class
Microsoft.SqlServer.Management.Smo Namespace

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

Return to top