FullTextStopLists 属性
表示 FullTextStopList 对象的集合。每个 FullTextStopList 对象都表示对服务器定义的一个全文非索引字表。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(FullTextStopList))> _
Public ReadOnly Property FullTextStopLists As FullTextStopListCollection
Get
用法
Dim instance As Database
Dim value As FullTextStopListCollection
value = instance.FullTextStopLists
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(FullTextStopList))]
public FullTextStopListCollection FullTextStopLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(FullTextStopList))]
public:
property FullTextStopListCollection^ FullTextStopLists {
FullTextStopListCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(FullTextStopList))>]
member FullTextStopLists : FullTextStopListCollection
function get FullTextStopLists () : FullTextStopListCollection
属性值
类型:Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopListCollection
一个 FullTextStopListCollection 对象,该对象表示对服务器定义的所有全文非索引字表。
注释
Specific full text stop lists can be referenced by using this collection by specifying the name of the full text stop list specification. To add a new full text stop list to the collection, call the full text stop list constructor FullTextStopList.