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.