Compartir a través de


FullTextService.EnumLanguages Método

Enumerates a list of all the languages supported by Microsoft Search service.

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

Sintaxis

'Declaración
Public Function EnumLanguages As DataTable
'Uso
Dim instance As FullTextService 
Dim returnValue As DataTable 

returnValue = instance.EnumLanguages()
public DataTable EnumLanguages()
public:
DataTable^ EnumLanguages()
member EnumLanguages : unit -> DataTable
public function EnumLanguages() : DataTable

Valor devuelto

Tipo: System.Data.DataTable
A DataTable system object value that contains an enumerated list of languages supported by the Microsoft Search service. The following table describes the different columns of the returned DataTable.

Column

Data type

Description

Name

String

The name of the language. See sp_helplanguage (Transact-SQL).

Lcid

Int32

The local ID for the language. See sp_helplanguage (Transact-SQL).

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextService Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

sys.syslanguages (Transact-SQL)

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)