Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default operating system path that specifies the root directory in the implementation of the Microsoft Search full-text catalog.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultPath As String
Get
'Usage
Dim instance As FullTextService
Dim value As String
value = instance.DefaultPath
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DefaultPath { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DefaultPath {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultPath : string
function get DefaultPath () : String
Property Value
Type: System.String
A String value that specifies the default operating system path for the root directory used in the implementation of the Microsoft Search full-text catalog.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
DEL - Full-Text Search Overview