FullTextCatalog.RootPath Property
Gets or sets the path to the operating system directory that is used as the primary path for Microsoft Search full-text catalog storage.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)] public string RootPath { get; set; }
Property Value
Type: System.StringA String value that specifies the path to the operating system directory that is used as the primary path for full-text storage.
Show: