Database::FullTextStopLists Property
SQL Server 2012
Gets a collection of FullTextStopList objects. Each FullTextStopList object represents a full text stop list defined on the server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(FullTextStopList))] public: property FullTextStopListCollection^ FullTextStopLists { FullTextStopListCollection^ get (); }
Property Value
Type: Microsoft.SqlServer.Management.Smo::FullTextStopListCollectionA FullTextStopListCollection object that represents all the full text stop lists defined on the server.
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.
