Freigeben über


FullTextStopList.EnumStopWords-Methode

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

Rückgabewert

Typ: System.Data.DataTable
A DataTable containing the stop words for this instance.

Siehe auch

Verweis

FullTextStopList Klasse

Microsoft.SqlServer.Management.Smo-Namespace