Condividi tramite


Metodo FullTextService.EnumLanguages

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumLanguages As DataTable
'Utilizzo
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

Valore restituito

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).

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextService Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

sys.syslanguages (Transact-SQL)

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)