Compartir a través de


FullTextService.DefaultPath Propiedad

Gets the default operating system path that specifies the root directory in the implementation of the Microsoft Search full-text catalog.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultPath As String 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextService Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)