FullTextStopList.EnumStopWords 方法

Creates a DataTable containing the stop words for this instance.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumStopWords As DataTable
用法
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

返回值

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

请参阅

参考

FullTextStopList 类

Microsoft.SqlServer.Management.Smo 命名空间