다음을 통해 공유


EnumLanguages 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function EnumLanguages As DataTable
‘사용 방법
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

반환 값

유형: 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).