Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the semantic languages models.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumSemanticLanguages As DataTable
'Usage
Dim instance As FullTextService
Dim returnValue As DataTable
returnValue = instance.EnumSemanticLanguages()
public DataTable EnumSemanticLanguages()
public:
DataTable^ EnumSemanticLanguages()
member EnumSemanticLanguages : unit -> DataTable
public function EnumSemanticLanguages() : DataTable
Return Value
Type: System.Data.DataTable
The data table consisting of semantic language model information.