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.
Creates a DataTable containing the stop words for this instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumStopWords As DataTable
'Usage
Dim instance As FullTextStopList
Dim returnValue As DataTable
returnValue = instance.EnumStopWords()
public DataTable EnumStopWords()
public:
DataTable^ EnumStopWords()
member EnumStopWords : unit -> DataTable
public function EnumStopWords() : DataTable
Return Value
Type: System.Data.DataTable
A DataTable containing the stop words for this instance.